pub struct JsxSpreadAttributeData {
pub expression: NodeIndex,
}Expand description
Data for JSX spread attribute
Fields§
§expression: NodeIndexTrait Implementations§
Source§impl Clone for JsxSpreadAttributeData
impl Clone for JsxSpreadAttributeData
Source§fn clone(&self) -> JsxSpreadAttributeData
fn clone(&self) -> JsxSpreadAttributeData
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 JsxSpreadAttributeData
impl Debug for JsxSpreadAttributeData
Source§impl<'de> Deserialize<'de> for JsxSpreadAttributeData
impl<'de> Deserialize<'de> for JsxSpreadAttributeData
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 JsxSpreadAttributeData
impl RefUnwindSafe for JsxSpreadAttributeData
impl Send for JsxSpreadAttributeData
impl Sync for JsxSpreadAttributeData
impl Unpin for JsxSpreadAttributeData
impl UnsafeUnpin for JsxSpreadAttributeData
impl UnwindSafe for JsxSpreadAttributeData
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