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
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