Struct nu_data::config::NuConfig [−][src]
pub struct NuConfig {
pub vars: IndexMap<String, Value>,
pub file_path: PathBuf,
pub modified_at: Status,
}Fields
vars: IndexMap<String, Value>file_path: PathBufmodified_at: StatusImplementations
Writes self.values under self.file_path
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NuConfig
impl UnwindSafe for NuConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
