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