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