Enum swc_ecma_visit::fields::NumberField
source · pub enum NumberField {
Span,
Value,
Raw,
}
Expand description
This enum represents fields of NumberField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for NumberField
impl Clone for NumberField
source§fn clone(&self) -> NumberField
fn clone(&self) -> NumberField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NumberField
impl Debug for NumberField
source§impl<'de> Deserialize<'de> for NumberField
impl<'de> Deserialize<'de> for NumberField
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for NumberField
impl Hash for NumberField
source§impl Ord for NumberField
impl Ord for NumberField
source§fn cmp(&self, other: &NumberField) -> Ordering
fn cmp(&self, other: &NumberField) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<NumberField> for NumberField
impl PartialEq<NumberField> for NumberField
source§fn eq(&self, other: &NumberField) -> bool
fn eq(&self, other: &NumberField) -> bool
source§impl PartialOrd<NumberField> for NumberField
impl PartialOrd<NumberField> for NumberField
source§fn partial_cmp(&self, other: &NumberField) -> Option<Ordering>
fn partial_cmp(&self, other: &NumberField) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more