Struct azure_mgmt_datamigration::package_2021_06::models::MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
source · pub struct MigrateOracleAzureDbPostgreSqlSyncTaskOutputError {
pub migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput,
pub error: Option<ReportableException>,
}Fields§
§migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput§error: Option<ReportableException>Exception object for all custom exceptions
Implementations§
source§impl MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
pub fn new( migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput ) -> Self
Trait Implementations§
source§impl Clone for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl Clone for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
source§fn clone(&self) -> MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
fn clone(&self) -> MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
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 MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl<'de> Deserialize<'de> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
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<MigrateOracleAzureDbPostgreSqlSyncTaskOutputError> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl PartialEq<MigrateOracleAzureDbPostgreSqlSyncTaskOutputError> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
source§fn eq(&self, other: &MigrateOracleAzureDbPostgreSqlSyncTaskOutputError) -> bool
fn eq(&self, other: &MigrateOracleAzureDbPostgreSqlSyncTaskOutputError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
Auto Trait Implementations§
impl RefUnwindSafe for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl Send for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl Sync for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl Unpin for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
impl UnwindSafe for MigrateOracleAzureDbPostgreSqlSyncTaskOutputError
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