pub(crate) struct AnyIdent;
Expand description
A struct that can be used to match any identifier
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyIdent
impl RefUnwindSafe for AnyIdent
impl Send for AnyIdent
impl Sync for AnyIdent
impl Unpin for AnyIdent
impl UnwindSafe for AnyIdent
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