pub enum HelpFormathint {
SIMPLE = 0,
}Expand description
[‘Prints the help in human-readable flat form.’]
Variants§
SIMPLE = 0
Trait Implementations§
Source§impl Clone for HelpFormathint
impl Clone for HelpFormathint
Source§fn clone(&self) -> HelpFormathint
fn clone(&self) -> HelpFormathint
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 HelpFormathint
impl Debug for HelpFormathint
Source§impl<'de> Deserialize<'de> for HelpFormathint
impl<'de> Deserialize<'de> for HelpFormathint
Source§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
Source§impl PartialEq for HelpFormathint
impl PartialEq for HelpFormathint
Source§impl Serialize for HelpFormathint
impl Serialize for HelpFormathint
Source§impl ToString for HelpFormathint
impl ToString for HelpFormathint
Source§impl TryFrom<i32> for HelpFormathint
impl TryFrom<i32> for HelpFormathint
impl Copy for HelpFormathint
impl Eq for HelpFormathint
impl StructuralPartialEq for HelpFormathint
Auto Trait Implementations§
impl Freeze for HelpFormathint
impl RefUnwindSafe for HelpFormathint
impl Send for HelpFormathint
impl Sync for HelpFormathint
impl Unpin for HelpFormathint
impl UnwindSafe for HelpFormathint
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