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