pub struct PatTypePredicate {
pub brace_token: Brace,
pub pred: TokenStream,
}
Fields§
§brace_token: Brace
§pred: TokenStream
Implementations§
Source§impl PatTypePredicate
impl PatTypePredicate
fn to_tokens_inner(&self, tokens: &mut TokenStream)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatTypePredicate
impl RefUnwindSafe for PatTypePredicate
impl !Send for PatTypePredicate
impl !Sync for PatTypePredicate
impl Unpin for PatTypePredicate
impl UnwindSafe for PatTypePredicate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more