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