Struct nu_engine::ConfigHolder [−][src]
pub struct ConfigHolder {
pub global_config: Option<NuConfig>,
pub local_configs: Vec<NuConfig>,
pub syntax_config: Option<ThemedPalette>,
}Expand description
ConfigHolder holds information which configs have been loaded.
Fields
global_config: Option<NuConfig>local_configs: Vec<NuConfig>syntax_config: Option<ThemedPalette>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConfigHolderimpl Send for ConfigHolderimpl Sync for ConfigHolderimpl Unpin for ConfigHolderimpl UnwindSafe for ConfigHolderBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V