Struct rustc_ap_rustc_ast::ast::TyAliasKind [−][src]
pub struct TyAliasKind(pub Defaultness, pub Generics, pub GenericBounds, pub Option<P<Ty>>);
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TyAliasKind
impl !Send for TyAliasKind
impl !Sync for TyAliasKind
impl Unpin for TyAliasKind
impl !UnwindSafe for TyAliasKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V