Struct swc_ecma_ast::EmptyStmt
source · [−]pub struct EmptyStmt {
pub span: Span,
}
Fields
span: Span
Span of semicolon.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for EmptyStmt
impl<'de> Deserialize<'de> for EmptyStmt
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 EmptyStmt
impl EqIgnoreSpan for EmptyStmt
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<EmptyStmt> for ClassMember
impl From<EmptyStmt> for ClassMember
impl Copy for EmptyStmt
impl Eq for EmptyStmt
impl StructuralEq for EmptyStmt
impl StructuralPartialEq for EmptyStmt
Auto Trait Implementations
impl RefUnwindSafe for EmptyStmt
impl Send for EmptyStmt
impl Sync for EmptyStmt
impl Unpin for EmptyStmt
impl UnwindSafe for EmptyStmt
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