Struct ntp_daemon::config::CombinedSystemConfig
source · pub struct CombinedSystemConfig {
pub system: SystemConfig,
pub algorithm: <DefaultTimeSyncController<DefaultNtpClock, PeerId> as TimeSyncController<DefaultNtpClock, PeerId>>::AlgorithmConfig,
}Fields§
§system: SystemConfig§algorithm: <DefaultTimeSyncController<DefaultNtpClock, PeerId> as TimeSyncController<DefaultNtpClock, PeerId>>::AlgorithmConfigTrait Implementations§
source§impl Clone for CombinedSystemConfig
impl Clone for CombinedSystemConfig
source§fn clone(&self) -> CombinedSystemConfig
fn clone(&self) -> CombinedSystemConfig
Returns a copy of the value. Read more
1.0.0 · 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 CombinedSystemConfig
impl Debug for CombinedSystemConfig
source§impl Default for CombinedSystemConfig
impl Default for CombinedSystemConfig
source§fn default() -> CombinedSystemConfig
fn default() -> CombinedSystemConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CombinedSystemConfig
impl<'de> Deserialize<'de> for CombinedSystemConfig
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