pub struct AppConfig {
pub dispatcher_capacity: usize,
pub global_max_in_flight: usize,
pub ack_retry_queue_capacity: usize,
pub reclaim_interval_ms: u64,
pub backoff: BackoffConfig,
}Fields§
§dispatcher_capacity: usize§global_max_in_flight: usize§ack_retry_queue_capacity: usize§reclaim_interval_ms: u64§backoff: BackoffConfigImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppConfig
impl RefUnwindSafe for AppConfig
impl Send for AppConfig
impl Sync for AppConfig
impl Unpin for AppConfig
impl UnwindSafe for AppConfig
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