pub struct UnitAllocator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for UnitAllocator
impl Debug for UnitAllocator
Source§impl Default for UnitAllocator
impl Default for UnitAllocator
Source§fn default() -> UnitAllocator
fn default() -> UnitAllocator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for UnitAllocator
impl RefUnwindSafe for UnitAllocator
impl Send for UnitAllocator
impl Sync for UnitAllocator
impl Unpin for UnitAllocator
impl UnwindSafe for UnitAllocator
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