Struct swc_ecma_ast::SuperPropExpr
source · [−]Fields
span: Span
obj: Super
prop: SuperProp
Trait Implementations
sourceimpl Clone for SuperPropExpr
impl Clone for SuperPropExpr
sourcefn clone(&self) -> SuperPropExpr
fn clone(&self) -> SuperPropExpr
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 SuperPropExpr
impl Debug for SuperPropExpr
sourceimpl<'de> Deserialize<'de> for SuperPropExpr
impl<'de> Deserialize<'de> for SuperPropExpr
sourcefn 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
sourceimpl EqIgnoreSpan for SuperPropExpr
impl EqIgnoreSpan for SuperPropExpr
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<SuperPropExpr> for Box<Expr>
impl From<SuperPropExpr> for Box<Expr>
sourcefn from(src: SuperPropExpr) -> Box<Expr>
fn from(src: SuperPropExpr) -> Box<Expr>
Converts to this type from the input type.
sourceimpl From<SuperPropExpr> for Expr
impl From<SuperPropExpr> for Expr
sourcefn from(v: SuperPropExpr) -> Self
fn from(v: SuperPropExpr) -> Self
Converts to this type from the input type.
sourceimpl From<SuperPropExpr> for PatOrExpr
impl From<SuperPropExpr> for PatOrExpr
sourcefn from(src: SuperPropExpr) -> PatOrExpr
fn from(src: SuperPropExpr) -> PatOrExpr
Converts to this type from the input type.
sourceimpl Hash for SuperPropExpr
impl Hash for SuperPropExpr
sourceimpl PartialEq<SuperPropExpr> for SuperPropExpr
impl PartialEq<SuperPropExpr> for SuperPropExpr
sourcefn eq(&self, other: &SuperPropExpr) -> bool
fn eq(&self, other: &SuperPropExpr) -> bool
sourceimpl Serialize for SuperPropExpr
impl Serialize for SuperPropExpr
sourceimpl Spanned for SuperPropExpr
impl Spanned for SuperPropExpr
impl Eq for SuperPropExpr
impl StructuralEq for SuperPropExpr
impl StructuralPartialEq for SuperPropExpr
Auto Trait Implementations
impl RefUnwindSafe for SuperPropExpr
impl Send for SuperPropExpr
impl Sync for SuperPropExpr
impl Unpin for SuperPropExpr
impl UnwindSafe for SuperPropExpr
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