Struct ntp_daemon::config::ConfigureConfig
source · pub struct ConfigureConfig {
pub path: Option<PathBuf>,
pub mode: u32,
}Fields§
§path: Option<PathBuf>§mode: u32Trait Implementations§
source§impl Clone for ConfigureConfig
impl Clone for ConfigureConfig
source§fn clone(&self) -> ConfigureConfig
fn clone(&self) -> ConfigureConfig
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 ConfigureConfig
impl Debug for ConfigureConfig
source§impl Default for ConfigureConfig
impl Default for ConfigureConfig
source§impl<'de> Deserialize<'de> for ConfigureConfig
impl<'de> Deserialize<'de> for ConfigureConfig
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