Enum swc_ecma_visit::fields::EmptyStmtField
source · pub enum EmptyStmtField {
Span,
}
Expand description
This enum represents fields of EmptyStmtField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for EmptyStmtField
impl Clone for EmptyStmtField
source§fn clone(&self) -> EmptyStmtField
fn clone(&self) -> EmptyStmtField
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 EmptyStmtField
impl Debug for EmptyStmtField
source§impl<'de> Deserialize<'de> for EmptyStmtField
impl<'de> Deserialize<'de> for EmptyStmtField
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 EmptyStmtField
impl Hash for EmptyStmtField
source§impl Ord for EmptyStmtField
impl Ord for EmptyStmtField
source§fn cmp(&self, other: &EmptyStmtField) -> Ordering
fn cmp(&self, other: &EmptyStmtField) -> 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 EmptyStmtField
impl PartialEq for EmptyStmtField
source§fn eq(&self, other: &EmptyStmtField) -> bool
fn eq(&self, other: &EmptyStmtField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for EmptyStmtField
impl PartialOrd for EmptyStmtField
source§fn partial_cmp(&self, other: &EmptyStmtField) -> Option<Ordering>
fn partial_cmp(&self, other: &EmptyStmtField) -> 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 EmptyStmtField
impl Serialize for EmptyStmtField
impl Copy for EmptyStmtField
impl Eq for EmptyStmtField
impl StructuralPartialEq for EmptyStmtField
Auto Trait Implementations§
impl Freeze for EmptyStmtField
impl RefUnwindSafe for EmptyStmtField
impl Send for EmptyStmtField
impl Sync for EmptyStmtField
impl Unpin for EmptyStmtField
impl UnwindSafe for EmptyStmtField
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more