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