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