pub struct UnresolvedCUWorkerConfig {
pub optimizations: UnresolvedOptimizations,
pub logs: UnresolvedSimpleLogs,
pub workers: UnresolvedWorkers,
pub utility_queue_size: usize,
}Fields§
§optimizations: UnresolvedOptimizations§logs: UnresolvedSimpleLogs§workers: UnresolvedWorkers§utility_queue_size: usizeImplementations§
Source§impl UnresolvedCUWorkerConfig
impl UnresolvedCUWorkerConfig
pub fn resolve(self) -> Result<CUWorkerConfig>
Trait Implementations§
Source§impl Clone for UnresolvedCUWorkerConfig
impl Clone for UnresolvedCUWorkerConfig
Source§fn clone(&self) -> UnresolvedCUWorkerConfig
fn clone(&self) -> UnresolvedCUWorkerConfig
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 UnresolvedCUWorkerConfig
impl Debug for UnresolvedCUWorkerConfig
Source§impl<'de> Deserialize<'de> for UnresolvedCUWorkerConfig
impl<'de> Deserialize<'de> for UnresolvedCUWorkerConfig
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 UnresolvedCUWorkerConfig
impl RefUnwindSafe for UnresolvedCUWorkerConfig
impl Send for UnresolvedCUWorkerConfig
impl Sync for UnresolvedCUWorkerConfig
impl Unpin for UnresolvedCUWorkerConfig
impl UnsafeUnpin for UnresolvedCUWorkerConfig
impl UnwindSafe for UnresolvedCUWorkerConfig
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