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