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