pub enum JSXAttributeItem {
JSXAttribute(JSXAttribute),
JSXSpreadAttribute(JSXSpreadAttribute),
}Variants§
JSXAttribute(JSXAttribute)
JSXSpreadAttribute(JSXSpreadAttribute)
Trait Implementations§
Source§impl Clone for JSXAttributeItem
impl Clone for JSXAttributeItem
Source§fn clone(&self) -> JSXAttributeItem
fn clone(&self) -> JSXAttributeItem
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 JSXAttributeItem
impl Debug for JSXAttributeItem
Source§impl<'de> Deserialize<'de> for JSXAttributeItem
impl<'de> Deserialize<'de> for JSXAttributeItem
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 JSXAttributeItem
impl RefUnwindSafe for JSXAttributeItem
impl Send for JSXAttributeItem
impl Sync for JSXAttributeItem
impl Unpin for JSXAttributeItem
impl UnsafeUnpin for JSXAttributeItem
impl UnwindSafe for JSXAttributeItem
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