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 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<'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 for MigrateMiSyncCompleteCommandProperties
impl PartialEq for MigrateMiSyncCompleteCommandProperties
Source§fn eq(&self, other: &MigrateMiSyncCompleteCommandProperties) -> bool
fn eq(&self, other: &MigrateMiSyncCompleteCommandProperties) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for MigrateMiSyncCompleteCommandProperties
Auto Trait Implementations§
impl Freeze for MigrateMiSyncCompleteCommandProperties
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