pub struct SlabHandle { /* private fields */ }Expand description
Handle to a queued item
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlabHandle
impl RefUnwindSafe for SlabHandle
impl Send for SlabHandle
impl Sync for SlabHandle
impl Unpin for SlabHandle
impl UnwindSafe for SlabHandle
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