pub enum FlatToken {
Delim(char, Span),
Ident(Ident),
Punct(Punct),
Literal(Literal),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlatToken
impl RefUnwindSafe for FlatToken
impl !Send for FlatToken
impl !Sync for FlatToken
impl Unpin for FlatToken
impl UnwindSafe for FlatToken
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