pub enum RunOutputFormat {
Text,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for RunOutputFormat
impl Clone for RunOutputFormat
Source§fn clone(&self) -> RunOutputFormat
fn clone(&self) -> RunOutputFormat
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 RunOutputFormat
impl Debug for RunOutputFormat
Source§impl Default for RunOutputFormat
impl Default for RunOutputFormat
Source§fn default() -> RunOutputFormat
fn default() -> RunOutputFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for RunOutputFormat
impl PartialEq for RunOutputFormat
Source§impl ValueEnum for RunOutputFormat
impl ValueEnum for RunOutputFormat
impl Copy for RunOutputFormat
impl Eq for RunOutputFormat
impl StructuralPartialEq for RunOutputFormat
Auto Trait Implementations§
impl Freeze for RunOutputFormat
impl RefUnwindSafe for RunOutputFormat
impl Send for RunOutputFormat
impl Sync for RunOutputFormat
impl Unpin for RunOutputFormat
impl UnsafeUnpin for RunOutputFormat
impl UnwindSafe for RunOutputFormat
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