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