pub enum WaitOnTimeout {
Fail,
Success,
}Variants§
Trait Implementations§
Source§impl Clone for WaitOnTimeout
impl Clone for WaitOnTimeout
Source§fn clone(&self) -> WaitOnTimeout
fn clone(&self) -> WaitOnTimeout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WaitOnTimeout
Source§impl Debug for WaitOnTimeout
impl Debug for WaitOnTimeout
impl Eq for WaitOnTimeout
Source§impl PartialEq for WaitOnTimeout
impl PartialEq for WaitOnTimeout
Source§fn eq(&self, other: &WaitOnTimeout) -> bool
fn eq(&self, other: &WaitOnTimeout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WaitOnTimeout
Auto Trait Implementations§
impl Freeze for WaitOnTimeout
impl RefUnwindSafe for WaitOnTimeout
impl Send for WaitOnTimeout
impl Sync for WaitOnTimeout
impl Unpin for WaitOnTimeout
impl UnsafeUnpin for WaitOnTimeout
impl UnwindSafe for WaitOnTimeout
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