pub enum DeRonTok {
}Expand description
A RON parsed token.
Variants
Ident
Str
U64(u64)
I64(i64)
F64(f64)
Bool(bool)
Char(char)
Colon
CurlyOpen
CurlyClose
ParenOpen
ParenClose
BlockOpen
BlockClose
Comma
Bof
Eof
Trait Implementations
impl StructuralPartialEq for DeRonTok
Auto Trait Implementations
impl RefUnwindSafe for DeRonTok
impl Send for DeRonTok
impl Sync for DeRonTok
impl Unpin for DeRonTok
impl UnwindSafe for DeRonTok
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more