pub struct DryRunAndCopyFlag {
pub dry_run: bool,
pub copy: bool,
}
Fields§
§dry_run: bool
§copy: bool
Auto Trait Implementations§
impl Freeze for DryRunAndCopyFlag
impl RefUnwindSafe for DryRunAndCopyFlag
impl Send for DryRunAndCopyFlag
impl Sync for DryRunAndCopyFlag
impl Unpin for DryRunAndCopyFlag
impl UnwindSafe for DryRunAndCopyFlag
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