pub enum WaitError {
Dropped,
}
Expand description
Represents the possible errors that can occur on a Signal
Variants§
Dropped
The Pulse
was dropped before it could Pulse
Trait Implementations§
impl Eq for WaitError
impl StructuralPartialEq for WaitError
Auto Trait Implementations§
impl Freeze for WaitError
impl RefUnwindSafe for WaitError
impl Send for WaitError
impl Sync for WaitError
impl Unpin for WaitError
impl UnwindSafe for WaitError
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