pub struct NilLit<'a>(pub TokenReference<'a>);Expand description
A nil literal.
Holds a reference to the Symbol::Nil token.
Tuple Fields§
§0: TokenReference<'a>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NilLit<'a>
impl<'a> RefUnwindSafe for NilLit<'a>
impl<'a> Send for NilLit<'a>
impl<'a> Sync for NilLit<'a>
impl<'a> Unpin for NilLit<'a>
impl<'a> UnwindSafe for NilLit<'a>
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