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