pub struct Allocate;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Allocate
impl RefUnwindSafe for Allocate
impl Send for Allocate
impl Sync for Allocate
impl Unpin for Allocate
impl UnwindSafe for Allocate
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