pub struct RetryPolicyCell { /* private fields */ }Expand description
Reactive retry policy: projects the current delay onto a Cell.
Implementations§
Auto Trait Implementations§
impl !Freeze for RetryPolicyCell
impl !RefUnwindSafe for RetryPolicyCell
impl !Sync for RetryPolicyCell
impl Send for RetryPolicyCell
impl Unpin for RetryPolicyCell
impl UnsafeUnpin for RetryPolicyCell
impl UnwindSafe for RetryPolicyCell
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