Enum minifier::js::token::Keyword [−][src]
pub enum Keyword { Break, Case, Catch, Const, Continue, Default, Do, Else, False, Finally, Function, For, If, In, InstanceOf, 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
New
Null
Private
Protected
Public
Return
Switch
This
Throw
True
Try
Typeof
Static
Var
While
Trait Implementations
impl Debug for Keyword
[src]
impl Debug for Keyword
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Keyword
[src]
impl PartialEq for Keyword
fn eq(&self, other: &Keyword) -> bool
[src]
fn eq(&self, other: &Keyword) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for Keyword
[src]
impl Eq for Keyword
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Clone for Keyword
[src]
impl Clone for Keyword
fn clone(&self) -> Keyword
[src]
fn clone(&self) -> Keyword
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Keyword
[src]
impl Copy for Keyword
impl Display for Keyword
[src]
impl Display for Keyword
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> MyTryFrom<&'a str> for Keyword
[src]
impl<'a> MyTryFrom<&'a str> for Keyword