pub struct JsxAttributeData {
pub name: NodeIndex,
pub initializer: NodeIndex,
}Expand description
Data for JSX attribute
Fields§
§name: NodeIndex§initializer: NodeIndexTrait Implementations§
Source§impl Clone for JsxAttributeData
impl Clone for JsxAttributeData
Source§fn clone(&self) -> JsxAttributeData
fn clone(&self) -> JsxAttributeData
Returns a duplicate of the value. Read more
1.0.0 · 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 JsxAttributeData
impl Debug for JsxAttributeData
Source§impl<'de> Deserialize<'de> for JsxAttributeData
impl<'de> Deserialize<'de> for JsxAttributeData
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 JsxAttributeData
impl RefUnwindSafe for JsxAttributeData
impl Send for JsxAttributeData
impl Sync for JsxAttributeData
impl Unpin for JsxAttributeData
impl UnsafeUnpin for JsxAttributeData
impl UnwindSafe for JsxAttributeData
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