pub struct JsxClosingElement<'tree> {
pub span: Span,
pub name: Option<JsxClosingElementName<'tree>>,
}Fields§
§span: Span§name: Option<JsxClosingElementName<'tree>>Trait Implementations§
Source§impl<'tree> Clone for JsxClosingElement<'tree>
impl<'tree> Clone for JsxClosingElement<'tree>
Source§fn clone(&self) -> JsxClosingElement<'tree>
fn clone(&self) -> JsxClosingElement<'tree>
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<'tree> Debug for JsxClosingElement<'tree>
impl<'tree> Debug for JsxClosingElement<'tree>
Source§impl<'tree> FromNode<'tree> for JsxClosingElement<'tree>
impl<'tree> FromNode<'tree> for JsxClosingElement<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for JsxClosingElement<'tree>
impl<'tree> RefUnwindSafe for JsxClosingElement<'tree>
impl<'tree> Send for JsxClosingElement<'tree>
impl<'tree> Sync for JsxClosingElement<'tree>
impl<'tree> Unpin for JsxClosingElement<'tree>
impl<'tree> UnsafeUnpin for JsxClosingElement<'tree>
impl<'tree> UnwindSafe for JsxClosingElement<'tree>
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