pub enum WaitOutcome {
TimedOut,
MailboxChanged,
}
Expand description
The result of a wait on a Handle
Variants§
Trait Implementations§
Source§impl Debug for WaitOutcome
impl Debug for WaitOutcome
Source§impl PartialEq for WaitOutcome
impl PartialEq for WaitOutcome
impl Eq for WaitOutcome
impl StructuralPartialEq for WaitOutcome
Auto Trait Implementations§
impl Freeze for WaitOutcome
impl RefUnwindSafe for WaitOutcome
impl Send for WaitOutcome
impl Sync for WaitOutcome
impl Unpin for WaitOutcome
impl UnwindSafe for WaitOutcome
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