#[non_exhaustive]pub struct OutputScanner { /* private fields */ }Expand description
Scans output for security issues.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputScanner
impl RefUnwindSafe for OutputScanner
impl Send for OutputScanner
impl Sync for OutputScanner
impl Unpin for OutputScanner
impl UnsafeUnpin for OutputScanner
impl UnwindSafe for OutputScanner
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