pub enum CliFormat {
Pretty,
Ndjson,
Sarif,
}Variants§
Trait Implementations§
Source§impl From<CliFormat> for ReportFormat
impl From<CliFormat> for ReportFormat
impl Copy for CliFormat
Auto Trait Implementations§
impl Freeze for CliFormat
impl RefUnwindSafe for CliFormat
impl Send for CliFormat
impl Sync for CliFormat
impl Unpin for CliFormat
impl UnsafeUnpin for CliFormat
impl UnwindSafe for CliFormat
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