Enum html_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
BreakCaseCatchConstContinueDefaultDoElseFalseFinallyFunctionForIfInInstanceOfNewNullPrivateProtectedPublicReturnSwitchThisThrowTrueTryTypeofStaticVarWhile
Trait Implementations
impl Display for Keyword[src]
impl Display for Keywordfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
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 Debug for Keyword[src]
impl Debug for Keywordfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for Keyword[src]
impl Copy for Keywordimpl Eq for Keyword[src]
impl Eq for Keywordimpl PartialEq<Keyword> for Keyword[src]
impl PartialEq<Keyword> for Keyword