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