Enum swc_ecma_visit::fields::InvalidField
source · pub enum InvalidField {
Span,
}
Expand description
This enum represents fields of InvalidField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for InvalidField
impl Clone for InvalidField
source§fn clone(&self) -> InvalidField
fn clone(&self) -> InvalidField
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 InvalidField
impl Debug for InvalidField
source§impl<'de> Deserialize<'de> for InvalidField
impl<'de> Deserialize<'de> for InvalidField
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 InvalidField
impl Hash for InvalidField
source§impl Ord for InvalidField
impl Ord for InvalidField
source§fn cmp(&self, other: &InvalidField) -> Ordering
fn cmp(&self, other: &InvalidField) -> 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<InvalidField> for InvalidField
impl PartialEq<InvalidField> for InvalidField
source§fn eq(&self, other: &InvalidField) -> bool
fn eq(&self, other: &InvalidField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<InvalidField> for InvalidField
impl PartialOrd<InvalidField> for InvalidField
source§fn partial_cmp(&self, other: &InvalidField) -> Option<Ordering>
fn partial_cmp(&self, other: &InvalidField) -> 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 InvalidField
impl Serialize for InvalidField
impl Copy for InvalidField
impl Eq for InvalidField
impl StructuralEq for InvalidField
impl StructuralPartialEq for InvalidField
Auto Trait Implementations§
impl RefUnwindSafe for InvalidField
impl Send for InvalidField
impl Sync for InvalidField
impl Unpin for InvalidField
impl UnwindSafe for InvalidField
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