pub struct PatIdent(pub Ident);
Tuple Fields§
§0: Ident
Trait Implementations§
impl Eq for PatIdent
impl StructuralPartialEq for PatIdent
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