Struct cargo::ops::UpdateOptions
source · [−]pub struct UpdateOptions<'a> {
pub config: &'a Config,
pub to_update: Vec<String>,
pub precise: Option<&'a str>,
pub aggressive: bool,
pub dry_run: bool,
pub workspace: bool,
}
Fields
config: &'a Config
to_update: Vec<String>
precise: Option<&'a str>
aggressive: bool
dry_run: bool
workspace: bool
Auto Trait Implementations
impl<'a> !RefUnwindSafe for UpdateOptions<'a>
impl<'a> !Send for UpdateOptions<'a>
impl<'a> !Sync for UpdateOptions<'a>
impl<'a> Unpin for UpdateOptions<'a>
impl<'a> !UnwindSafe for UpdateOptions<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more