pub enum Keyword {
Show 31 variants
Break,
Case,
Catch,
Const,
Continue,
Default,
Do,
Else,
False,
Finally,
Function,
For,
If,
In,
InstanceOf,
Let,
New,
Null,
Private,
Protected,
Public,
Return,
Switch,
This,
Throw,
True,
Try,
Typeof,
Static,
Var,
While,
}
Variants§
Break
Case
Catch
Const
Continue
Default
Do
Else
False
Finally
Function
For
If
In
InstanceOf
Let
New
Null
Private
Protected
Public
Return
Switch
This
Throw
True
Try
Typeof
Static
Var
While
Trait Implementations§
Source§impl Ord for Keyword
impl Ord for Keyword
Source§impl PartialOrd for Keyword
impl PartialOrd for Keyword
impl Copy for Keyword
impl Eq for Keyword
impl StructuralPartialEq for Keyword
Auto Trait Implementations§
impl Freeze for Keyword
impl RefUnwindSafe for Keyword
impl Send for Keyword
impl Sync for Keyword
impl Unpin for Keyword
impl UnwindSafe for Keyword
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