pub struct CargoAutodd { /* private fields */ }Implementations§
Source§impl CargoAutodd
impl CargoAutodd
pub fn new(project_root: PathBuf) -> Self
pub fn with_debug(project_root: PathBuf, debug: bool) -> Self
pub fn analyze_and_update(&self) -> Result<()>
pub fn update_dependencies(&self) -> Result<()>
pub fn generate_report(&self) -> Result<()>
pub fn check_security(&self) -> Result<()>
Auto Trait Implementations§
impl Freeze for CargoAutodd
impl RefUnwindSafe for CargoAutodd
impl Send for CargoAutodd
impl Sync for CargoAutodd
impl Unpin for CargoAutodd
impl UnwindSafe for CargoAutodd
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