Struct nu_command::config::NuConfig [−][src]
pub struct NuConfig {
pub vars: IndexMap<String, Value, RandomState>,
pub file_path: PathBuf,
pub modified_at: Status,
}Fields
vars: IndexMap<String, Value, RandomState>file_path: PathBufmodified_at: StatusImplementations
Writes self.values under self.file_path
Return environment variables as map
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NuConfig
impl UnwindSafe for NuConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self