Enum swc_ecma_visit::fields::ExprStmtField
source · [−]pub enum ExprStmtField {
Span,
Expr,
}
Expand description
This enum represents fields of ExprStmtField
Variants
Span
This represents span
Expr
This represents expr
Implementations
sourceimpl ExprStmtField
impl ExprStmtField
Trait Implementations
sourceimpl Clone for ExprStmtField
impl Clone for ExprStmtField
sourcefn clone(&self) -> ExprStmtField
fn clone(&self) -> ExprStmtField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExprStmtField
impl Debug for ExprStmtField
sourceimpl Hash for ExprStmtField
impl Hash for ExprStmtField
sourceimpl Ord for ExprStmtField
impl Ord for ExprStmtField
sourcefn cmp(&self, other: &ExprStmtField) -> Ordering
fn cmp(&self, other: &ExprStmtField) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ExprStmtField> for ExprStmtField
impl PartialEq<ExprStmtField> for ExprStmtField
sourcefn eq(&self, other: &ExprStmtField) -> bool
fn eq(&self, other: &ExprStmtField) -> bool
sourceimpl PartialOrd<ExprStmtField> for ExprStmtField
impl PartialOrd<ExprStmtField> for ExprStmtField
sourcefn partial_cmp(&self, other: &ExprStmtField) -> Option<Ordering>
fn partial_cmp(&self, other: &ExprStmtField) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Copy for ExprStmtField
impl Eq for ExprStmtField
impl StructuralEq for ExprStmtField
impl StructuralPartialEq for ExprStmtField
Auto Trait Implementations
impl RefUnwindSafe for ExprStmtField
impl Send for ExprStmtField
impl Sync for ExprStmtField
impl Unpin for ExprStmtField
impl UnwindSafe for ExprStmtField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more