pub struct TsTypeAliasDecl {
pub span: Span,
pub id: Ident,
pub type_ann: TypeAnn,
}Fields§
§span: Span§id: Ident§type_ann: TypeAnnTrait Implementations§
Source§impl Clone for TsTypeAliasDecl
impl Clone for TsTypeAliasDecl
Source§fn clone(&self) -> TsTypeAliasDecl
fn clone(&self) -> TsTypeAliasDecl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TsTypeAliasDecl
impl RefUnwindSafe for TsTypeAliasDecl
impl Send for TsTypeAliasDecl
impl Sync for TsTypeAliasDecl
impl Unpin for TsTypeAliasDecl
impl UnsafeUnpin for TsTypeAliasDecl
impl UnwindSafe for TsTypeAliasDecl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more