pub struct AllocID;Expand description
AllocID (70).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocID
impl RefUnwindSafe for AllocID
impl Send for AllocID
impl Sync for AllocID
impl Unpin for AllocID
impl UnsafeUnpin for AllocID
impl UnwindSafe for AllocID
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