Struct config_manager::FileOptions
source · pub struct FileOptions {
pub format: FileFormat,
pub path: String,
}Expand description
Description of the configuration file.
Fields§
§format: FileFormatFile format.
path: StringPath to the file.
Trait Implementations§
source§impl Clone for FileOptions
impl Clone for FileOptions
source§fn clone(&self) -> FileOptions
fn clone(&self) -> FileOptions
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 more