pub struct PendingQueueConfig {
pub max_entries: usize,
pub max_bytes: usize,
pub timeout: Duration,
}Expand description
Configuration for the pending validation queue.
Fields§
§max_entries: usize§max_bytes: usize§timeout: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for PendingQueueConfig
impl RefUnwindSafe for PendingQueueConfig
impl Send for PendingQueueConfig
impl Sync for PendingQueueConfig
impl Unpin for PendingQueueConfig
impl UnwindSafe for PendingQueueConfig
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