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