Struct azure_mgmt_datamigration::package_preview_2022_01::models::MigrateMiSyncCompleteCommandProperties
source · pub struct MigrateMiSyncCompleteCommandProperties {
pub command_properties: CommandProperties,
pub input: Option<MigrateMiSyncCompleteCommandInput>,
pub output: Option<MigrateMiSyncCompleteCommandOutput>,
}
Expand description
Properties for the command that completes online migration for an Azure SQL Database Managed Instance.
Fields§
§command_properties: CommandProperties
§input: Option<MigrateMiSyncCompleteCommandInput>
Input for command that completes online migration for an Azure SQL Database Managed Instance.
output: Option<MigrateMiSyncCompleteCommandOutput>
Output for command that completes online migration for an Azure SQL Database Managed Instance.
Implementations§
source§impl MigrateMiSyncCompleteCommandProperties
impl MigrateMiSyncCompleteCommandProperties
pub fn new(command_properties: CommandProperties) -> Self
Trait Implementations§
source§impl Clone for MigrateMiSyncCompleteCommandProperties
impl Clone for MigrateMiSyncCompleteCommandProperties
source§fn clone(&self) -> MigrateMiSyncCompleteCommandProperties
fn clone(&self) -> MigrateMiSyncCompleteCommandProperties
Returns a copy 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<'de> Deserialize<'de> for MigrateMiSyncCompleteCommandProperties
impl<'de> Deserialize<'de> for MigrateMiSyncCompleteCommandProperties
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<MigrateMiSyncCompleteCommandProperties> for MigrateMiSyncCompleteCommandProperties
impl PartialEq<MigrateMiSyncCompleteCommandProperties> for MigrateMiSyncCompleteCommandProperties
source§fn eq(&self, other: &MigrateMiSyncCompleteCommandProperties) -> bool
fn eq(&self, other: &MigrateMiSyncCompleteCommandProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateMiSyncCompleteCommandProperties
Auto Trait Implementations§
impl RefUnwindSafe for MigrateMiSyncCompleteCommandProperties
impl Send for MigrateMiSyncCompleteCommandProperties
impl Sync for MigrateMiSyncCompleteCommandProperties
impl Unpin for MigrateMiSyncCompleteCommandProperties
impl UnwindSafe for MigrateMiSyncCompleteCommandProperties
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