pub struct Fixer { /* private fields */ }
Available on crate feature
fix
only.Expand description
Auto-fixer for vulnerable dependencies
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Fixer
impl Send for Fixer
impl Sync for Fixer
impl Unpin for Fixer
impl UnwindSafe for Fixer
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