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