Enum swc_ecma_ast::JSXAttrName
source · [−]pub enum JSXAttrName {
Ident(Ident),
JSXNamespacedName(JSXNamespacedName),
}
Variants
Ident(Ident)
JSXNamespacedName(JSXNamespacedName)
Trait Implementations
sourceimpl Archive for JSXAttrName
impl Archive for JSXAttrName
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<__D: Fallible + ?Sized> Deserialize<JSXAttrName, __D> for Archived<JSXAttrName>where
__D: SharedDeserializeRegistry,
impl<__D: Fallible + ?Sized> Deserialize<JSXAttrName, __D> for Archived<JSXAttrName>where
__D: SharedDeserializeRegistry,
sourcefn deserialize(&self, deserializer: &mut __D) -> Result<JSXAttrName, __D::Error>
fn deserialize(&self, deserializer: &mut __D) -> Result<JSXAttrName, __D::Error>
Deserializes using the given deserializer
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<__S: Fallible + ?Sized> Serialize<__S> for JSXAttrNamewhere
__S: Serializer + ScratchSpace + SharedSerializeRegistry,
impl<__S: Fallible + ?Sized> Serialize<__S> for JSXAttrNamewhere
__S: Serializer + ScratchSpace + SharedSerializeRegistry,
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> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
sourcefn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
sourceimpl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere
T: Archive,
type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive
, it may be unsized. Read moretype MetadataResolver = ()
type MetadataResolver = ()
The resolver for the metadata of this type. Read more
sourceunsafe fn resolve_metadata(
&self,
usize,
<T as ArchiveUnsized>::MetadataResolver,
*mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
unsafe fn resolve_metadata(
&self,
usize,
<T as ArchiveUnsized>::MetadataResolver,
*mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
Creates the archived version of the metadata for this value at the given position and writes
it to the given output. Read more
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