pub struct JsonReporter;Implementations§
Source§impl JsonReporter
impl JsonReporter
Trait Implementations§
Source§impl Default for JsonReporter
impl Default for JsonReporter
Source§impl Reporter for JsonReporter
impl Reporter for JsonReporter
fn report(&self, result: &ScanResult) -> String
Auto Trait Implementations§
impl Freeze for JsonReporter
impl RefUnwindSafe for JsonReporter
impl Send for JsonReporter
impl Sync for JsonReporter
impl Unpin for JsonReporter
impl UnwindSafe for JsonReporter
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