pub struct LitIdent { /* private fields */ }Expand description
A literal identifier.
Implementations§
Trait Implementations§
impl Eq for LitIdent
impl StructuralPartialEq for LitIdent
Auto Trait Implementations§
impl Freeze for LitIdent
impl RefUnwindSafe for LitIdent
impl Send for LitIdent
impl Sync for LitIdent
impl Unpin for LitIdent
impl UnsafeUnpin for LitIdent
impl UnwindSafe for LitIdent
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