Enum minifier::js::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
BreakCaseCatchConstContinueDefaultDoElseFalseFinallyFunctionForIfInInstanceOfNewNullPrivateProtectedPublicReturnSwitchThisThrowTrueTryTypeofStaticVarWhileTrait Implementations
impl Debug for Keyword[src]
impl Debug for Keywordfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Keyword[src]
impl PartialEq for Keywordfn eq(&self, other: &Keyword) -> bool[src]
fn eq(&self, other: &Keyword) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Keyword[src]
impl Eq for Keywordfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Clone for Keyword[src]
impl Clone for Keywordfn clone(&self) -> Keyword[src]
fn clone(&self) -> KeywordReturns 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 Keywordimpl Display for Keyword[src]
impl Display for Keywordfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> MyTryFrom<&'a str> for Keyword[src]
impl<'a> MyTryFrom<&'a str> for Keyword