pub struct SlabKey { /* private fields */ }Expand description
Handle returned by the slab allocator.
Implementations§
Trait Implementations§
impl Copy for SlabKey
impl Eq for SlabKey
impl StructuralPartialEq for SlabKey
Auto Trait Implementations§
impl Freeze for SlabKey
impl RefUnwindSafe for SlabKey
impl Send for SlabKey
impl Sync for SlabKey
impl Unpin for SlabKey
impl UnsafeUnpin for SlabKey
impl UnwindSafe for SlabKey
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