pub struct EpicConfig {
pub max_workers: Option<usize>,
}Fields§
§max_workers: Option<usize>Trait Implementations§
Source§impl Debug for EpicConfig
impl Debug for EpicConfig
Source§impl Default for EpicConfig
impl Default for EpicConfig
Source§fn default() -> EpicConfig
fn default() -> EpicConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EpicConfig
impl<'de> Deserialize<'de> for EpicConfig
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 EpicConfig
impl RefUnwindSafe for EpicConfig
impl Send for EpicConfig
impl Sync for EpicConfig
impl Unpin for EpicConfig
impl UnsafeUnpin for EpicConfig
impl UnwindSafe for EpicConfig
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