Enum swc_ecma_visit::fields::BigIntField
source · pub enum BigIntField {
Span,
Value,
Raw,
}
Expand description
This enum represents fields of BigIntField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for BigIntField
impl Clone for BigIntField
source§fn clone(&self) -> BigIntField
fn clone(&self) -> BigIntField
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 BigIntField
impl Debug for BigIntField
source§impl<'de> Deserialize<'de> for BigIntField
impl<'de> Deserialize<'de> for BigIntField
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 BigIntField
impl Hash for BigIntField
source§impl Ord for BigIntField
impl Ord for BigIntField
source§fn cmp(&self, other: &BigIntField) -> Ordering
fn cmp(&self, other: &BigIntField) -> 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 for BigIntField
impl PartialEq for BigIntField
source§fn eq(&self, other: &BigIntField) -> bool
fn eq(&self, other: &BigIntField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BigIntField
impl PartialOrd for BigIntField
source§fn partial_cmp(&self, other: &BigIntField) -> Option<Ordering>
fn partial_cmp(&self, other: &BigIntField) -> 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 moresource§impl Serialize for BigIntField
impl Serialize for BigIntField
impl Copy for BigIntField
impl Eq for BigIntField
impl StructuralPartialEq for BigIntField
Auto Trait Implementations§
impl RefUnwindSafe for BigIntField
impl Send for BigIntField
impl Sync for BigIntField
impl Unpin for BigIntField
impl UnwindSafe for BigIntField
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more