Enum nu_protocol::config_path::ConfigPath [−][src]
Expand description
Specifies a path to a configuration file and its type
Variants
Global(PathBuf)
Tuple Fields
0: PathBufPath to the global configuration file
Local(PathBuf)
Tuple Fields
0: PathBufPath 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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConfigPath
impl Send for ConfigPath
impl Sync for ConfigPath
impl Unpin for ConfigPath
impl UnwindSafe for ConfigPath
Blanket Implementations
Mutably borrows from an owned value. Read more
