Struct swc_ecma_ast::TsKeywordType
source · [−]pub struct TsKeywordType {
pub span: Span,
pub kind: TsKeywordTypeKind,
}
Fields
span: Span
kind: TsKeywordTypeKind
Trait Implementations
sourceimpl Clone for TsKeywordType
impl Clone for TsKeywordType
sourcefn clone(&self) -> TsKeywordType
fn clone(&self) -> TsKeywordType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TsKeywordType
impl Debug for TsKeywordType
sourceimpl<'de> Deserialize<'de> for TsKeywordType
impl<'de> Deserialize<'de> for TsKeywordType
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 TsKeywordType
impl EqIgnoreSpan for TsKeywordType
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<TsKeywordType> for TsType
impl From<TsKeywordType> for TsType
sourcefn from(v: TsKeywordType) -> Self
fn from(v: TsKeywordType) -> Self
Converts to this type from the input type.
sourceimpl Hash for TsKeywordType
impl Hash for TsKeywordType
sourceimpl PartialEq<TsKeywordType> for TsKeywordType
impl PartialEq<TsKeywordType> for TsKeywordType
sourcefn eq(&self, other: &TsKeywordType) -> bool
fn eq(&self, other: &TsKeywordType) -> bool
sourceimpl Serialize for TsKeywordType
impl Serialize for TsKeywordType
sourceimpl Spanned for TsKeywordType
impl Spanned for TsKeywordType
impl Eq for TsKeywordType
impl StructuralEq for TsKeywordType
impl StructuralPartialEq for TsKeywordType
Auto Trait Implementations
impl RefUnwindSafe for TsKeywordType
impl Send for TsKeywordType
impl Sync for TsKeywordType
impl Unpin for TsKeywordType
impl UnwindSafe for TsKeywordType
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