pub struct ReconConfig {
pub netstatus: Option<NetstatusConfig>,
pub editor: Option<EditorConfig>,
pub ai: Option<AiConfig>,
pub sampledata: HashMap<String, SampleDataConfig>,
}Fields§
§netstatus: Option<NetstatusConfig>§editor: Option<EditorConfig>§ai: Option<AiConfig>§sampledata: HashMap<String, SampleDataConfig>Trait Implementations§
Source§impl Default for ReconConfig
impl Default for ReconConfig
Source§fn default() -> ReconConfig
fn default() -> ReconConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReconConfig
impl<'de> Deserialize<'de> for ReconConfig
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 ReconConfig
impl RefUnwindSafe for ReconConfig
impl Send for ReconConfig
impl Sync for ReconConfig
impl Unpin for ReconConfig
impl UnsafeUnpin for ReconConfig
impl UnwindSafe for ReconConfig
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