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