pub enum InfoOutputFormat {
Text,
Json,
}Variants§
Text
Human-readable text output with colors and formatting.
Json
JSON output for programmatic consumption.
Trait Implementations§
Source§impl Clone for InfoOutputFormat
impl Clone for InfoOutputFormat
Source§fn clone(&self) -> InfoOutputFormat
fn clone(&self) -> InfoOutputFormat
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 InfoOutputFormat
impl Debug for InfoOutputFormat
Source§impl ValueEnum for InfoOutputFormat
impl ValueEnum for InfoOutputFormat
impl Copy for InfoOutputFormat
Auto Trait Implementations§
impl Freeze for InfoOutputFormat
impl RefUnwindSafe for InfoOutputFormat
impl Send for InfoOutputFormat
impl Sync for InfoOutputFormat
impl Unpin for InfoOutputFormat
impl UnsafeUnpin for InfoOutputFormat
impl UnwindSafe for InfoOutputFormat
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