pub struct OutboxRelayConfig {
pub instance: OutboxRelayInstance,
pub batch_size: OutboxBatchSize,
pub lease_duration: OutboxLeaseDuration,
pub retry_options: OutboxRetryOptions,
pub polling_options: OutboxPollingOptions,
}Fields§
§instance: OutboxRelayInstance§batch_size: OutboxBatchSize§lease_duration: OutboxLeaseDuration§retry_options: OutboxRetryOptions§polling_options: OutboxPollingOptionsTrait Implementations§
Source§impl Clone for OutboxRelayConfig
impl Clone for OutboxRelayConfig
Source§fn clone(&self) -> OutboxRelayConfig
fn clone(&self) -> OutboxRelayConfig
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 OutboxRelayConfig
impl Debug for OutboxRelayConfig
Source§impl PartialEq for OutboxRelayConfig
impl PartialEq for OutboxRelayConfig
impl StructuralPartialEq for OutboxRelayConfig
Auto Trait Implementations§
impl Freeze for OutboxRelayConfig
impl RefUnwindSafe for OutboxRelayConfig
impl Send for OutboxRelayConfig
impl Sync for OutboxRelayConfig
impl Unpin for OutboxRelayConfig
impl UnwindSafe for OutboxRelayConfig
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