pub enum JSXAttributeName {
JSXIdentifier(JSXIdentifier),
JSXNamespacedName(JSXNamespacedName),
}Variants§
JSXIdentifier(JSXIdentifier)
JSXNamespacedName(JSXNamespacedName)
Trait Implementations§
Source§impl Clone for JSXAttributeName
impl Clone for JSXAttributeName
Source§fn clone(&self) -> JSXAttributeName
fn clone(&self) -> JSXAttributeName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JSXAttributeName
impl Debug for JSXAttributeName
Source§impl<'de> Deserialize<'de> for JSXAttributeName
impl<'de> Deserialize<'de> for JSXAttributeName
Source§fn 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
Auto Trait Implementations§
impl Freeze for JSXAttributeName
impl RefUnwindSafe for JSXAttributeName
impl Send for JSXAttributeName
impl Sync for JSXAttributeName
impl Unpin for JSXAttributeName
impl UnsafeUnpin for JSXAttributeName
impl UnwindSafe for JSXAttributeName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more