pub struct WaitOutcome {
pub attempts: u32,
pub elapsed_ms: u64,
}Fields§
§attempts: u32§elapsed_ms: u64Trait Implementations§
Source§impl Clone for WaitOutcome
impl Clone for WaitOutcome
Source§fn clone(&self) -> WaitOutcome
fn clone(&self) -> WaitOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WaitOutcome
impl Debug for WaitOutcome
Source§impl PartialEq for WaitOutcome
impl PartialEq for WaitOutcome
impl Copy 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 UnsafeUnpin 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