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