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<EmptyStmtField> for EmptyStmtField
impl PartialEq<EmptyStmtField> 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<EmptyStmtField> for EmptyStmtField
impl PartialOrd<EmptyStmtField> 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 StructuralEq for EmptyStmtField
impl StructuralPartialEq for EmptyStmtField
Auto Trait Implementations§
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