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