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