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