pub struct MigrationExecutorOptions {
pub confirm_replace: bool,
pub confirm_stop_source_containers: bool,
}Expand description
Execution options approved by the caller.
Fields§
§confirm_replace: boolWhether destructive replace actions are approved.
confirm_stop_source_containers: boolWhether stopping blocked source containers is approved.
Trait Implementations§
Source§impl Clone for MigrationExecutorOptions
impl Clone for MigrationExecutorOptions
Source§fn clone(&self) -> MigrationExecutorOptions
fn clone(&self) -> MigrationExecutorOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MigrationExecutorOptions
Source§impl Debug for MigrationExecutorOptions
impl Debug for MigrationExecutorOptions
Source§impl Default for MigrationExecutorOptions
impl Default for MigrationExecutorOptions
Source§fn default() -> MigrationExecutorOptions
fn default() -> MigrationExecutorOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MigrationExecutorOptions
impl RefUnwindSafe for MigrationExecutorOptions
impl Send for MigrationExecutorOptions
impl Sync for MigrationExecutorOptions
impl Unpin for MigrationExecutorOptions
impl UnsafeUnpin for MigrationExecutorOptions
impl UnwindSafe for MigrationExecutorOptions
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