pub enum TableFormat {
Markdown,
Html,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for TableFormat
impl Clone for TableFormat
Source§fn clone(&self) -> TableFormat
fn clone(&self) -> TableFormat
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 TableFormat
impl Debug for TableFormat
Source§impl Default for TableFormat
impl Default for TableFormat
Source§fn default() -> TableFormat
fn default() -> TableFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TableFormat
impl<'de> Deserialize<'de> for TableFormat
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 Hash for TableFormat
impl Hash for TableFormat
Source§impl Ord for TableFormat
impl Ord for TableFormat
Source§fn cmp(&self, other: &TableFormat) -> Ordering
fn cmp(&self, other: &TableFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TableFormat
impl PartialEq for TableFormat
Source§impl PartialOrd for TableFormat
impl PartialOrd for TableFormat
Source§impl Serialize for TableFormat
impl Serialize for TableFormat
impl Copy for TableFormat
impl Eq for TableFormat
impl StructuralPartialEq for TableFormat
Auto Trait Implementations§
impl Freeze for TableFormat
impl RefUnwindSafe for TableFormat
impl Send for TableFormat
impl Sync for TableFormat
impl Unpin for TableFormat
impl UnsafeUnpin for TableFormat
impl UnwindSafe for TableFormat
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