pub enum Reserved {
Show 14 variants
Binary,
Decimal,
Hexadecimal,
Numeral,
String,
Underscore,
Bang,
As,
Let,
Exists,
Forall,
Match,
Par,
Command(CommandType),
}
Variants§
Binary
Decimal
Hexadecimal
Numeral
String
Underscore
Bang
As
Let
Exists
Forall
Match
Par
Command(CommandType)
Trait Implementations§
Source§impl From<CommandType> for Reserved
impl From<CommandType> for Reserved
Source§fn from(value: CommandType) -> Self
fn from(value: CommandType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Reserved
impl RefUnwindSafe for Reserved
impl Send for Reserved
impl Sync for Reserved
impl Unpin for Reserved
impl UnwindSafe for Reserved
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