pub enum ConfigShowFormat {
Yaml,
Json,
}Expand description
Output format for config show command.
Variants§
Trait Implementations§
Source§impl Clone for ConfigShowFormat
impl Clone for ConfigShowFormat
Source§fn clone(&self) -> ConfigShowFormat
fn clone(&self) -> ConfigShowFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfigShowFormat
impl Debug for ConfigShowFormat
Source§impl Default for ConfigShowFormat
impl Default for ConfigShowFormat
Source§fn default() -> ConfigShowFormat
fn default() -> ConfigShowFormat
Returns the “default value” for a type. Read more
Source§impl ValueEnum for ConfigShowFormat
impl ValueEnum for ConfigShowFormat
impl Copy for ConfigShowFormat
Auto Trait Implementations§
impl Freeze for ConfigShowFormat
impl RefUnwindSafe for ConfigShowFormat
impl Send for ConfigShowFormat
impl Sync for ConfigShowFormat
impl Unpin for ConfigShowFormat
impl UnsafeUnpin for ConfigShowFormat
impl UnwindSafe for ConfigShowFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more