pub enum ConfigShowFormat {
Human,
Json,
Toml,
}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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConfigShowFormat
Source§impl Debug for ConfigShowFormat
impl Debug for ConfigShowFormat
impl Eq for ConfigShowFormat
Source§impl PartialEq for ConfigShowFormat
impl PartialEq for ConfigShowFormat
Source§fn eq(&self, other: &ConfigShowFormat) -> bool
fn eq(&self, other: &ConfigShowFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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