pub struct Slab<const N: usize = 4096> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<const N: usize = 4096> !Freeze for Slab<N>
impl<const N: usize = 4096> !RefUnwindSafe for Slab<N>
impl<const N: usize = 4096> !Sync for Slab<N>
impl<const N: usize> Send for Slab<N>
impl<const N: usize> Unpin for Slab<N>
impl<const N: usize> UnsafeUnpin for Slab<N>
impl<const N: usize> UnwindSafe for Slab<N>
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