pub enum TableOutputFormat {
CSV,
JSON,
Markdown,
HTML,
}Expand description
Table output formats
Variants§
Trait Implementations§
Source§impl Clone for TableOutputFormat
impl Clone for TableOutputFormat
Source§fn clone(&self) -> TableOutputFormat
fn clone(&self) -> TableOutputFormat
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 TableOutputFormat
impl Debug for TableOutputFormat
impl Copy for TableOutputFormat
Auto Trait Implementations§
impl Freeze for TableOutputFormat
impl RefUnwindSafe for TableOutputFormat
impl Send for TableOutputFormat
impl Sync for TableOutputFormat
impl Unpin for TableOutputFormat
impl UnwindSafe for TableOutputFormat
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