pub struct TyDef {
pub name: Path,
pub ty: Ty,
}Fields§
§name: Path§ty: TyTrait Implementations§
Auto Trait Implementations§
impl Freeze for TyDef
impl RefUnwindSafe for TyDef
impl Send for TyDef
impl Sync for TyDef
impl Unpin for TyDef
impl UnsafeUnpin for TyDef
impl UnwindSafe for TyDef
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