pub struct NoAllocator;
Trait Implementations§
Source§impl CoreAllocator for NoAllocator
impl CoreAllocator for NoAllocator
fn allocate_core(&self) -> Option<CoreGroup>
Auto Trait Implementations§
impl Freeze for NoAllocator
impl RefUnwindSafe for NoAllocator
impl Send for NoAllocator
impl Sync for NoAllocator
impl Unpin for NoAllocator
impl UnwindSafe for NoAllocator
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