enum SimpleToken {
Punct(&'static str),
Ident(&'static str),
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<TokenTree> for SimpleToken
impl PartialEq<TokenTree> for SimpleToken
Auto Trait Implementations§
impl Freeze for SimpleToken
impl RefUnwindSafe for SimpleToken
impl Send for SimpleToken
impl Sync for SimpleToken
impl Unpin for SimpleToken
impl UnwindSafe for SimpleToken
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