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