Struct swc_ecma_ast::JSXClosingFragment
source · [−]pub struct JSXClosingFragment {
pub span: Span,
}
Fields
span: Span
Trait Implementations
sourceimpl Clone for JSXClosingFragment
impl Clone for JSXClosingFragment
sourcefn clone(&self) -> JSXClosingFragment
fn clone(&self) -> JSXClosingFragment
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 JSXClosingFragment
impl Debug for JSXClosingFragment
sourceimpl<'de> Deserialize<'de> for JSXClosingFragment
impl<'de> Deserialize<'de> for JSXClosingFragment
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 JSXClosingFragment
impl EqIgnoreSpan for JSXClosingFragment
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl Hash for JSXClosingFragment
impl Hash for JSXClosingFragment
sourceimpl PartialEq<JSXClosingFragment> for JSXClosingFragment
impl PartialEq<JSXClosingFragment> for JSXClosingFragment
sourcefn eq(&self, other: &JSXClosingFragment) -> bool
fn eq(&self, other: &JSXClosingFragment) -> bool
sourceimpl Serialize for JSXClosingFragment
impl Serialize for JSXClosingFragment
sourceimpl Spanned for JSXClosingFragment
impl Spanned for JSXClosingFragment
sourceimpl Take for JSXClosingFragment
impl Take for JSXClosingFragment
impl Copy for JSXClosingFragment
impl Eq for JSXClosingFragment
impl StructuralEq for JSXClosingFragment
impl StructuralPartialEq for JSXClosingFragment
Auto Trait Implementations
impl RefUnwindSafe for JSXClosingFragment
impl Send for JSXClosingFragment
impl Sync for JSXClosingFragment
impl Unpin for JSXClosingFragment
impl UnwindSafe for JSXClosingFragment
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