pub struct OutboxRetryOptions {
pub backoff: OutboxRetryDelay,
pub max_attempts: OutboxMaxAttempts,
}Fields§
§backoff: OutboxRetryDelay§max_attempts: OutboxMaxAttemptsTrait Implementations§
Source§impl Clone for OutboxRetryOptions
impl Clone for OutboxRetryOptions
Source§fn clone(&self) -> OutboxRetryOptions
fn clone(&self) -> OutboxRetryOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutboxRetryOptions
impl Debug for OutboxRetryOptions
Source§impl PartialEq for OutboxRetryOptions
impl PartialEq for OutboxRetryOptions
impl Copy for OutboxRetryOptions
impl Eq for OutboxRetryOptions
impl StructuralPartialEq for OutboxRetryOptions
Auto Trait Implementations§
impl Freeze for OutboxRetryOptions
impl RefUnwindSafe for OutboxRetryOptions
impl Send for OutboxRetryOptions
impl Sync for OutboxRetryOptions
impl Unpin for OutboxRetryOptions
impl UnwindSafe for OutboxRetryOptions
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