pub struct AddOpts {
pub paths: Vec<PathBuf>,
pub update_only: bool,
pub force: bool,
}Expand description
Options for add operation with builder pattern.
Fields§
§paths: Vec<PathBuf>§update_only: bool§force: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddOpts
impl RefUnwindSafe for AddOpts
impl Send for AddOpts
impl Sync for AddOpts
impl Unpin for AddOpts
impl UnwindSafe for AddOpts
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