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