pub struct AutoFixer { /* private fields */ }Expand description
Auto-fix engine for security findings
Implementations§
Auto Trait Implementations§
impl Freeze for AutoFixer
impl RefUnwindSafe for AutoFixer
impl Send for AutoFixer
impl Sync for AutoFixer
impl Unpin for AutoFixer
impl UnwindSafe for AutoFixer
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