pub struct AllocMem<T>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AllocMem<T>
impl<T> RefUnwindSafe for AllocMem<T>where
T: RefUnwindSafe,
impl<T> Send for AllocMem<T>
impl<T> Sync for AllocMem<T>
impl<T> Unpin for AllocMem<T>
impl<T> UnwindSafe for AllocMem<T>where
T: RefUnwindSafe,
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