pub enum Keyword {
Show 49 variants
Let,
Const,
Var,
Function,
Return,
If,
Else,
For,
While,
Do,
Break,
Continue,
Switch,
Case,
Default,
Try,
Catch,
Finally,
Throw,
Class,
Extends,
Super,
New,
This,
Import,
Export,
From,
As,
Typeof,
Instanceof,
In,
Of,
Delete,
Void,
Yield,
Await,
Async,
Get,
Set,
Static,
Private,
Public,
Protected,
Interface,
Implements,
Enum,
Debugger,
With,
Strict,
}Variants§
Let
Const
Var
Function
Return
If
Else
For
While
Do
Break
Continue
Switch
Case
Default
Try
Catch
Finally
Throw
Class
Extends
Super
New
This
Import
Export
From
As
Typeof
Instanceof
In
Of
Delete
Void
Yield
Await
Async
Get
Set
Static
Private
Public
Protected
Interface
Implements
Enum
Debugger
With
Strict
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Keyword
impl<'de> Deserialize<'de> for Keyword
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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