pub struct PatIdent {
pub mutability: Option<Mut>,
pub ident: Ident,
}
Fields§
§mutability: Option<Mut>
§ident: Ident
Implementations§
Source§impl PatIdent
impl PatIdent
fn to_tokens_inner(&self, tokens: &mut TokenStream, mode: Mode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatIdent
impl RefUnwindSafe for PatIdent
impl !Send for PatIdent
impl !Sync for PatIdent
impl Unpin for PatIdent
impl UnwindSafe for PatIdent
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