pub struct QueueConfig { /* private fields */ }Implementations§
Source§impl QueueConfig
 
impl QueueConfig
pub fn builder() -> QueueConfigBuilder
pub fn get_max_workers(&self) -> &usize
pub fn get_default_timeout(&self) -> &Duration
pub fn get_poll_interval(&self) -> &Duration
pub fn get_max_queue_size(&self) -> &usize
pub fn get_enable_persistence(&self) -> &bool
Trait Implementations§
Source§impl Clone for QueueConfig
 
impl Clone for QueueConfig
Source§fn clone(&self) -> QueueConfig
 
fn clone(&self) -> QueueConfig
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 QueueConfig
 
impl Debug for QueueConfig
Source§impl Default for QueueConfig
 
impl Default for QueueConfig
Source§impl<'de> Deserialize<'de> for QueueConfig
 
impl<'de> Deserialize<'de> for QueueConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for QueueConfig
impl RefUnwindSafe for QueueConfig
impl Send for QueueConfig
impl Sync for QueueConfig
impl Unpin for QueueConfig
impl UnwindSafe for QueueConfig
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