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