pub struct ImportOpts {
pub dry_run: bool,
}Fields§
§dry_run: boolTrait Implementations§
Source§impl Clone for ImportOpts
impl Clone for ImportOpts
Source§fn clone(&self) -> ImportOpts
fn clone(&self) -> ImportOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImportOpts
impl Debug for ImportOpts
Source§impl Default for ImportOpts
impl Default for ImportOpts
Source§fn default() -> ImportOpts
fn default() -> ImportOpts
Returns the “default value” for a type. Read more
impl Copy for ImportOpts
Auto Trait Implementations§
impl Freeze for ImportOpts
impl RefUnwindSafe for ImportOpts
impl Send for ImportOpts
impl Sync for ImportOpts
impl Unpin for ImportOpts
impl UnsafeUnpin for ImportOpts
impl UnwindSafe for ImportOpts
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