Enum swc_ecma_ast::JSXAttrName
source · [−]pub enum JSXAttrName {
Ident(Ident),
JSXNamespacedName(JSXNamespacedName),
}
Variants
Ident(Ident)
JSXNamespacedName(JSXNamespacedName)
Trait Implementations
sourceimpl Clone for JSXAttrName
impl Clone for JSXAttrName
sourcefn clone(&self) -> JSXAttrName
fn clone(&self) -> JSXAttrName
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 JSXAttrName
impl Debug for JSXAttrName
sourceimpl<'de> Deserialize<'de> for JSXAttrName
impl<'de> Deserialize<'de> for JSXAttrName
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 JSXAttrName
impl EqIgnoreSpan for JSXAttrName
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<Ident> for JSXAttrName
impl From<Ident> for JSXAttrName
sourceimpl From<JSXNamespacedName> for JSXAttrName
impl From<JSXNamespacedName> for JSXAttrName
sourcefn from(v: JSXNamespacedName) -> Self
fn from(v: JSXNamespacedName) -> Self
Converts to this type from the input type.
sourceimpl Hash for JSXAttrName
impl Hash for JSXAttrName
sourceimpl PartialEq<JSXAttrName> for JSXAttrName
impl PartialEq<JSXAttrName> for JSXAttrName
sourcefn eq(&self, other: &JSXAttrName) -> bool
fn eq(&self, other: &JSXAttrName) -> bool
sourceimpl Serialize for JSXAttrName
impl Serialize for JSXAttrName
sourceimpl Spanned for JSXAttrName
impl Spanned for JSXAttrName
impl Eq for JSXAttrName
impl StructuralEq for JSXAttrName
impl StructuralPartialEq for JSXAttrName
Auto Trait Implementations
impl RefUnwindSafe for JSXAttrName
impl Send for JSXAttrName
impl Sync for JSXAttrName
impl Unpin for JSXAttrName
impl UnwindSafe for JSXAttrName
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