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