pub struct CUWorkerConfig {
pub optimizations: Optimizations,
pub logs: SimpleLogs,
pub workers: Workers,
pub utility_queue_size: usize,
}Expand description
Subset of main config for ccp-cu-main worker.
Fields§
§optimizations: Optimizations§logs: SimpleLogs§workers: Workers§utility_queue_size: usizeTrait Implementations§
Source§impl Clone for CUWorkerConfig
impl Clone for CUWorkerConfig
Source§fn clone(&self) -> CUWorkerConfig
fn clone(&self) -> CUWorkerConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CUWorkerConfig
impl Debug for CUWorkerConfig
Source§impl PartialEq for CUWorkerConfig
impl PartialEq for CUWorkerConfig
Source§fn eq(&self, other: &CUWorkerConfig) -> bool
fn eq(&self, other: &CUWorkerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CUWorkerConfig
Auto Trait Implementations§
impl Freeze for CUWorkerConfig
impl RefUnwindSafe for CUWorkerConfig
impl Send for CUWorkerConfig
impl Sync for CUWorkerConfig
impl Unpin for CUWorkerConfig
impl UnsafeUnpin for CUWorkerConfig
impl UnwindSafe for CUWorkerConfig
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