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