Enum subscript_compiler::frontend::parser::Mode [−][src]
pub enum Mode<'a> {
BeginEnclosure {
kind: &'a str,
},
EndEnclosure {
kind: &'a str,
},
Ident(&'a str),
NoOP,
}Variants
Show fields
Fields of BeginEnclosure
kind: &'a strShow fields
Fields of EndEnclosure
kind: &'a strIdent(&'a str)Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Mode<'a>impl<'a> UnwindSafe for Mode<'a>Blanket Implementations
Mutably borrows from an owned value. Read more