pub struct RetryTimes { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Timeout for RetryTimes
impl Timeout for RetryTimes
fn start(&mut self) -> impl TimeoutInstance
Auto Trait Implementations§
impl Freeze for RetryTimes
impl RefUnwindSafe for RetryTimes
impl Send for RetryTimes
impl Sync for RetryTimes
impl Unpin for RetryTimes
impl UnwindSafe for RetryTimes
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