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