pub enum SlotErrorKind {
Empty,
Occupied,
}
Expand description
A reason of slot interaction fail.
Variants§
Trait Implementations§
Source§impl Debug for SlotErrorKind
impl Debug for SlotErrorKind
Auto Trait Implementations§
impl Freeze for SlotErrorKind
impl RefUnwindSafe for SlotErrorKind
impl Send for SlotErrorKind
impl Sync for SlotErrorKind
impl Unpin for SlotErrorKind
impl UnwindSafe for SlotErrorKind
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