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,
}Fields§
§config: &'a Config§to_update: Vec<String>§precise: Option<&'a str>§aggressive: bool§dry_run: boolAuto Trait Implementations§
impl<'a> Freeze for UpdateOptions<'a>
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> UnsafeUnpin for UpdateOptions<'a>
impl<'a> !UnwindSafe for UpdateOptions<'a>
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