Struct swc_ecma_ast::TsArrayType
source · [−]Fields
span: Span
elem_type: Box<TsType>
Trait Implementations
sourceimpl Clone for TsArrayType
impl Clone for TsArrayType
sourcefn clone(&self) -> TsArrayType
fn clone(&self) -> TsArrayType
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 TsArrayType
impl Debug for TsArrayType
sourceimpl<'de> Deserialize<'de> for TsArrayType
impl<'de> Deserialize<'de> for TsArrayType
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 TsArrayType
impl EqIgnoreSpan for TsArrayType
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<TsArrayType> for TsType
impl From<TsArrayType> for TsType
sourcefn from(v: TsArrayType) -> Self
fn from(v: TsArrayType) -> Self
Converts to this type from the input type.
sourceimpl Hash for TsArrayType
impl Hash for TsArrayType
sourceimpl PartialEq<TsArrayType> for TsArrayType
impl PartialEq<TsArrayType> for TsArrayType
sourcefn eq(&self, other: &TsArrayType) -> bool
fn eq(&self, other: &TsArrayType) -> bool
sourceimpl Serialize for TsArrayType
impl Serialize for TsArrayType
sourceimpl Spanned for TsArrayType
impl Spanned for TsArrayType
impl Eq for TsArrayType
impl StructuralEq for TsArrayType
impl StructuralPartialEq for TsArrayType
Auto Trait Implementations
impl RefUnwindSafe for TsArrayType
impl Send for TsArrayType
impl Sync for TsArrayType
impl Unpin for TsArrayType
impl UnwindSafe for TsArrayType
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