Struct swc_ecma_ast::JSXEmptyExpr
source · [−]pub struct JSXEmptyExpr {
pub span: Span,
}
Fields
span: Span
Trait Implementations
sourceimpl Clone for JSXEmptyExpr
impl Clone for JSXEmptyExpr
sourcefn clone(&self) -> JSXEmptyExpr
fn clone(&self) -> JSXEmptyExpr
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 JSXEmptyExpr
impl Debug for JSXEmptyExpr
sourceimpl<'de> Deserialize<'de> for JSXEmptyExpr
impl<'de> Deserialize<'de> for JSXEmptyExpr
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 JSXEmptyExpr
impl EqIgnoreSpan for JSXEmptyExpr
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<JSXEmptyExpr> for Box<Expr>
impl From<JSXEmptyExpr> for Box<Expr>
sourcefn from(src: JSXEmptyExpr) -> Box<Expr>
fn from(src: JSXEmptyExpr) -> Box<Expr>
Converts to this type from the input type.
sourceimpl From<JSXEmptyExpr> for Expr
impl From<JSXEmptyExpr> for Expr
sourcefn from(v: JSXEmptyExpr) -> Self
fn from(v: JSXEmptyExpr) -> Self
Converts to this type from the input type.
sourceimpl From<JSXEmptyExpr> for JSXExpr
impl From<JSXEmptyExpr> for JSXExpr
sourcefn from(v: JSXEmptyExpr) -> Self
fn from(v: JSXEmptyExpr) -> Self
Converts to this type from the input type.
sourceimpl From<JSXEmptyExpr> for PatOrExpr
impl From<JSXEmptyExpr> for PatOrExpr
sourcefn from(src: JSXEmptyExpr) -> PatOrExpr
fn from(src: JSXEmptyExpr) -> PatOrExpr
Converts to this type from the input type.
sourceimpl Hash for JSXEmptyExpr
impl Hash for JSXEmptyExpr
sourceimpl PartialEq<JSXEmptyExpr> for JSXEmptyExpr
impl PartialEq<JSXEmptyExpr> for JSXEmptyExpr
sourcefn eq(&self, other: &JSXEmptyExpr) -> bool
fn eq(&self, other: &JSXEmptyExpr) -> bool
sourceimpl Serialize for JSXEmptyExpr
impl Serialize for JSXEmptyExpr
sourceimpl Spanned for JSXEmptyExpr
impl Spanned for JSXEmptyExpr
impl Copy for JSXEmptyExpr
impl Eq for JSXEmptyExpr
impl StructuralEq for JSXEmptyExpr
impl StructuralPartialEq for JSXEmptyExpr
Auto Trait Implementations
impl RefUnwindSafe for JSXEmptyExpr
impl Send for JSXEmptyExpr
impl Sync for JSXEmptyExpr
impl Unpin for JSXEmptyExpr
impl UnwindSafe for JSXEmptyExpr
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