Struct nu_cli::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 NuConfigimpl UnwindSafe for NuConfigBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V