pub struct NucleusConfig {
pub nucleons: NucleonConfigs,
pub nucleon_path: String,
}
Fields§
§nucleons: NucleonConfigs
§nucleon_path: String
Implementations§
Source§impl NucleusConfig
impl NucleusConfig
Trait Implementations§
Source§impl Debug for NucleusConfig
impl Debug for NucleusConfig
Source§impl<'de> Deserialize<'de> for NucleusConfig
impl<'de> Deserialize<'de> for NucleusConfig
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 NucleusConfig
impl RefUnwindSafe for NucleusConfig
impl Send for NucleusConfig
impl Sync for NucleusConfig
impl Unpin for NucleusConfig
impl UnwindSafe for NucleusConfig
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