pub struct TyAlias {
pub ident: Ident,
pub generics: Generics,
pub params: RefineParams,
pub index: Option<RefineParam>,
pub ty: Ty,
pub node_id: NodeId,
pub span: Span,
}
Fields§
§ident: Ident
§generics: Generics
§params: RefineParams
§index: Option<RefineParam>
§ty: Ty
§node_id: NodeId
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TyAlias
impl RefUnwindSafe for TyAlias
impl Send for TyAlias
impl Sync for TyAlias
impl Unpin for TyAlias
impl UnwindSafe for TyAlias
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