pub struct RetryTimesInstance { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetryTimesInstance
impl RefUnwindSafe for RetryTimesInstance
impl Send for RetryTimesInstance
impl Sync for RetryTimesInstance
impl Unpin for RetryTimesInstance
impl UnwindSafe for RetryTimesInstance
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