Struct swc_ecma_ast::JSXClosingElement
source · [−]pub struct JSXClosingElement {
pub span: Span,
pub name: JSXElementName,
}
Fields
span: Span
name: JSXElementName
Trait Implementations
sourceimpl Clone for JSXClosingElement
impl Clone for JSXClosingElement
sourcefn clone(&self) -> JSXClosingElement
fn clone(&self) -> JSXClosingElement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for JSXClosingElement
impl Debug for JSXClosingElement
sourceimpl<'de> Deserialize<'de> for JSXClosingElement
impl<'de> Deserialize<'de> for JSXClosingElement
sourcefn 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
sourceimpl EqIgnoreSpan for JSXClosingElement
impl EqIgnoreSpan for JSXClosingElement
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl Hash for JSXClosingElement
impl Hash for JSXClosingElement
sourceimpl PartialEq<JSXClosingElement> for JSXClosingElement
impl PartialEq<JSXClosingElement> for JSXClosingElement
sourcefn eq(&self, other: &JSXClosingElement) -> bool
fn eq(&self, other: &JSXClosingElement) -> bool
sourceimpl Serialize for JSXClosingElement
impl Serialize for JSXClosingElement
sourceimpl Spanned for JSXClosingElement
impl Spanned for JSXClosingElement
impl Eq for JSXClosingElement
impl StructuralEq for JSXClosingElement
impl StructuralPartialEq for JSXClosingElement
Auto Trait Implementations
impl RefUnwindSafe for JSXClosingElement
impl Send for JSXClosingElement
impl Sync for JSXClosingElement
impl Unpin for JSXClosingElement
impl UnwindSafe for JSXClosingElement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more