pub struct UnboundedRetryRule;Trait Implementations§
Source§impl Default for UnboundedRetryRule
impl Default for UnboundedRetryRule
Source§fn default() -> UnboundedRetryRule
fn default() -> UnboundedRetryRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnboundedRetryRule
impl RefUnwindSafe for UnboundedRetryRule
impl Send for UnboundedRetryRule
impl Sync for UnboundedRetryRule
impl Unpin for UnboundedRetryRule
impl UnsafeUnpin for UnboundedRetryRule
impl UnwindSafe for UnboundedRetryRule
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