Enum cargo::ops::cargo_config::ConfigFormat
source · [−]pub enum ConfigFormat {
Toml,
Json,
JsonValue,
}
Variants
Toml
Json
JsonValue
Implementations
sourceimpl ConfigFormat
impl ConfigFormat
sourcepub const POSSIBLE_VALUES: [&'static str; 3] = ["toml", "json", "json-value"]
pub const POSSIBLE_VALUES: [&'static str; 3] = ["toml", "json", "json-value"]
For clap.
Trait Implementations
sourceimpl Display for ConfigFormat
impl Display for ConfigFormat
sourceimpl FromStr for ConfigFormat
impl FromStr for ConfigFormat
Auto Trait Implementations
impl RefUnwindSafe for ConfigFormat
impl Send for ConfigFormat
impl Sync for ConfigFormat
impl Unpin for ConfigFormat
impl UnwindSafe for ConfigFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more