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