pub struct JsxSelfClosing {
pub name: String,
pub attrs: Vec<JsxAttr>,
pub span: Span,
}Fields§
§name: String§attrs: Vec<JsxAttr>§span: SpanTrait Implementations§
Source§impl Clone for JsxSelfClosing
impl Clone for JsxSelfClosing
Source§fn clone(&self) -> JsxSelfClosing
fn clone(&self) -> JsxSelfClosing
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 JsxSelfClosing
impl Debug for JsxSelfClosing
Source§impl<'de> Deserialize<'de> for JsxSelfClosing
impl<'de> Deserialize<'de> for JsxSelfClosing
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
Source§impl PartialEq for JsxSelfClosing
impl PartialEq for JsxSelfClosing
Source§impl Serialize for JsxSelfClosing
impl Serialize for JsxSelfClosing
impl StructuralPartialEq for JsxSelfClosing
Auto Trait Implementations§
impl Freeze for JsxSelfClosing
impl RefUnwindSafe for JsxSelfClosing
impl Send for JsxSelfClosing
impl Sync for JsxSelfClosing
impl Unpin for JsxSelfClosing
impl UnsafeUnpin for JsxSelfClosing
impl UnwindSafe for JsxSelfClosing
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