pub struct MigrateMiSyncCompleteCommandOutput {
pub errors: Vec<ReportableException>,
}Expand description
Output for command that completes online migration for an Azure SQL Database Managed Instance.
Fields§
§errors: Vec<ReportableException>List of errors that happened during the command execution
Implementations§
Trait Implementations§
Source§impl Clone for MigrateMiSyncCompleteCommandOutput
impl Clone for MigrateMiSyncCompleteCommandOutput
Source§fn clone(&self) -> MigrateMiSyncCompleteCommandOutput
fn clone(&self) -> MigrateMiSyncCompleteCommandOutput
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 Default for MigrateMiSyncCompleteCommandOutput
impl Default for MigrateMiSyncCompleteCommandOutput
Source§fn default() -> MigrateMiSyncCompleteCommandOutput
fn default() -> MigrateMiSyncCompleteCommandOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MigrateMiSyncCompleteCommandOutput
impl<'de> Deserialize<'de> for MigrateMiSyncCompleteCommandOutput
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 MigrateMiSyncCompleteCommandOutput
impl PartialEq for MigrateMiSyncCompleteCommandOutput
Source§fn eq(&self, other: &MigrateMiSyncCompleteCommandOutput) -> bool
fn eq(&self, other: &MigrateMiSyncCompleteCommandOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MigrateMiSyncCompleteCommandOutput
Auto Trait Implementations§
impl Freeze for MigrateMiSyncCompleteCommandOutput
impl RefUnwindSafe for MigrateMiSyncCompleteCommandOutput
impl Send for MigrateMiSyncCompleteCommandOutput
impl Sync for MigrateMiSyncCompleteCommandOutput
impl Unpin for MigrateMiSyncCompleteCommandOutput
impl UnwindSafe for MigrateMiSyncCompleteCommandOutput
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