pub enum ReportFormatArg {
Text,
Json,
}Expand description
--format value for support-report.
Variants§
Trait Implementations§
Source§impl Clone for ReportFormatArg
impl Clone for ReportFormatArg
Source§fn clone(&self) -> ReportFormatArg
fn clone(&self) -> ReportFormatArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReportFormatArg
Source§impl Debug for ReportFormatArg
impl Debug for ReportFormatArg
Source§impl ValueEnum for ReportFormatArg
impl ValueEnum for ReportFormatArg
Auto Trait Implementations§
impl Freeze for ReportFormatArg
impl RefUnwindSafe for ReportFormatArg
impl Send for ReportFormatArg
impl Sync for ReportFormatArg
impl Unpin for ReportFormatArg
impl UnsafeUnpin for ReportFormatArg
impl UnwindSafe for ReportFormatArg
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