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