pub struct FileUpdater;Expand description
Updates dependency files with new versions
Implementations§
Source§impl FileUpdater
impl FileUpdater
pub fn new() -> Self
Sourcepub fn apply_updates(&self, checks: &[DependencyCheck]) -> Result<UpdateResult>
pub fn apply_updates(&self, checks: &[DependencyCheck]) -> Result<UpdateResult>
Apply updates to dependency files
Auto Trait Implementations§
impl Freeze for FileUpdater
impl RefUnwindSafe for FileUpdater
impl Send for FileUpdater
impl Sync for FileUpdater
impl Unpin for FileUpdater
impl UnwindSafe for FileUpdater
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