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