pub struct BackoffState { /* private fields */ }Expand description
State for exponential backoff logging.
Implementations§
Source§impl BackoffState
impl BackoffState
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for BackoffState
impl !RefUnwindSafe for BackoffState
impl Send for BackoffState
impl Sync for BackoffState
impl Unpin for BackoffState
impl UnwindSafe for BackoffState
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