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