pub struct JsxSelfClosingElement {
pub name: JsxTagName,
pub attributes: Vec<JsxAttributeOrSpread>,
pub span: Range<usize>,
}Fields§
§name: JsxTagName§attributes: Vec<JsxAttributeOrSpread>§span: Range<usize>Trait Implementations§
Source§impl Clone for JsxSelfClosingElement
impl Clone for JsxSelfClosingElement
Source§fn clone(&self) -> JsxSelfClosingElement
fn clone(&self) -> JsxSelfClosingElement
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 JsxSelfClosingElement
impl Debug for JsxSelfClosingElement
Source§impl<'de> Deserialize<'de> for JsxSelfClosingElement
impl<'de> Deserialize<'de> for JsxSelfClosingElement
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 JsxSelfClosingElement
impl RefUnwindSafe for JsxSelfClosingElement
impl Send for JsxSelfClosingElement
impl Sync for JsxSelfClosingElement
impl Unpin for JsxSelfClosingElement
impl UnwindSafe for JsxSelfClosingElement
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