Enum minifier::js::token::Condition [−][src]
pub enum Condition {
And,
Or,
DifferentThan,
SuperDifferentThan,
EqualTo,
SuperEqualTo,
SuperiorThan,
SuperiorOrEqualTo,
InferiorThan,
InferiorOrEqualTo,
}Variants
AndOrDifferentThanSuperDifferentThanEqualToSuperEqualToSuperiorThanSuperiorOrEqualToInferiorThanInferiorOrEqualTo
Trait Implementations
impl Debug for Condition[src]
impl Debug for Conditionfn 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 Condition[src]
impl PartialEq for Conditionfn eq(&self, other: &Condition) -> bool[src]
fn eq(&self, other: &Condition) -> 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 Condition[src]
impl Eq for Conditionfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Clone for Condition[src]
impl Clone for Conditionfn clone(&self) -> Condition[src]
fn clone(&self) -> ConditionReturns 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 Condition[src]
impl Copy for Conditionimpl Display for Condition[src]
impl Display for Condition