pub struct SystemAllocator { /* private fields */ }Trait Implementations§
impl Send for SystemAllocator
impl Sync for SystemAllocator
Auto Trait Implementations§
impl Freeze for SystemAllocator
impl RefUnwindSafe for SystemAllocator
impl Unpin for SystemAllocator
impl UnwindSafe for SystemAllocator
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