Struct azure_mgmt_datamigration::package_preview_2022_01::models::MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
source · pub struct MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError {
pub migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput,
pub error_message: Option<String>,
pub events: Vec<SyncMigrationDatabaseErrorEvent>,
}
Fields§
§migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput
§error_message: Option<String>
Error message
events: Vec<SyncMigrationDatabaseErrorEvent>
List of error events.
Implementations§
source§impl MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
pub fn new( migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput ) -> Self
Trait Implementations§
source§impl Clone for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl Clone for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
source§fn clone(&self) -> MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
fn clone(&self) -> MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
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 MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl<'de> Deserialize<'de> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
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<MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl PartialEq<MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
source§fn eq(
&self,
other: &MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
) -> bool
fn eq( &self, other: &MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
Auto Trait Implementations§
impl RefUnwindSafe for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl Send for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl Sync for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl Unpin for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
impl UnwindSafe for MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError
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