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