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