Enum nu_protocol::config_path::ConfigPath [−][src]
Expand description
Specifies a path to a configuration file and its type
Variants
Global(PathBuf)Path to the global configuration file
Local(PathBuf)Path to a local configuration file
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConfigPathimpl Send for ConfigPathimpl Sync for ConfigPathimpl Unpin for ConfigPathimpl UnwindSafe for ConfigPathBlanket Implementations
Mutably borrows from an owned value. Read more