pub struct TypeDefId(/* private fields */);Trait Implementations§
impl Copy for TypeDefId
impl Eq for TypeDefId
impl StructuralPartialEq for TypeDefId
Auto Trait Implementations§
impl Freeze for TypeDefId
impl RefUnwindSafe for TypeDefId
impl Send for TypeDefId
impl Sync for TypeDefId
impl Unpin for TypeDefId
impl UnsafeUnpin for TypeDefId
impl UnwindSafe for TypeDefId
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