Struct xmz_server::Config [−][src]
Fields
configuration_path: PathBuf
runtime_info_path: PathBuf
Methods
impl Config
[src]
impl Config
pub fn runtime_info_available(&self) -> bool
[src]
pub fn runtime_info_available(&self) -> bool
Testet ob die Datei mit den Laufzeitinformationen existiert
Diese Funktion liefert auch false
wenn auf die Datei nicht zugegriffen werden kann,
z.B. durch fehlende Berechtigungen.
pub fn config_file_available(&self) -> bool
[src]
pub fn config_file_available(&self) -> bool
Testet ob die Konfigurationsdatei existiert
Diese Funktion liefert auch false
wenn auf die Datei nicht zugegriffen werden kann,
z.B. durch fehlende Berechtigungen.
Trait Implementations
impl Debug for Config
[src]
impl Debug for Config
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Configure for Config
[src]
impl Configure for Config
fn generate() -> Result<Self, DeserializeError>
[src]
fn generate() -> Result<Self, DeserializeError>
Generate this configuration from the ambient environment.
fn regenerate(&mut self) -> Result<(), Error>
[src]
fn regenerate(&mut self) -> Result<(), Error>
Regenerate this configuration.
impl Default for Config
[src]
impl Default for Config