pub struct MigrateSqlServerSqlDbSyncTaskOutputError {
pub migrate_sql_server_sql_db_sync_task_output: MigrateSqlServerSqlDbSyncTaskOutput,
pub error: Option<ReportableException>,
}Fields§
§migrate_sql_server_sql_db_sync_task_output: MigrateSqlServerSqlDbSyncTaskOutput§error: Option<ReportableException>Exception object for all custom exceptions
Implementations§
Source§impl MigrateSqlServerSqlDbSyncTaskOutputError
impl MigrateSqlServerSqlDbSyncTaskOutputError
pub fn new( migrate_sql_server_sql_db_sync_task_output: MigrateSqlServerSqlDbSyncTaskOutput, ) -> Self
Trait Implementations§
Source§impl Clone for MigrateSqlServerSqlDbSyncTaskOutputError
impl Clone for MigrateSqlServerSqlDbSyncTaskOutputError
Source§fn clone(&self) -> MigrateSqlServerSqlDbSyncTaskOutputError
fn clone(&self) -> MigrateSqlServerSqlDbSyncTaskOutputError
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 MigrateSqlServerSqlDbSyncTaskOutputError
impl<'de> Deserialize<'de> for MigrateSqlServerSqlDbSyncTaskOutputError
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 MigrateSqlServerSqlDbSyncTaskOutputError
impl PartialEq for MigrateSqlServerSqlDbSyncTaskOutputError
Source§fn eq(&self, other: &MigrateSqlServerSqlDbSyncTaskOutputError) -> bool
fn eq(&self, other: &MigrateSqlServerSqlDbSyncTaskOutputError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MigrateSqlServerSqlDbSyncTaskOutputError
Auto Trait Implementations§
impl Freeze for MigrateSqlServerSqlDbSyncTaskOutputError
impl RefUnwindSafe for MigrateSqlServerSqlDbSyncTaskOutputError
impl Send for MigrateSqlServerSqlDbSyncTaskOutputError
impl Sync for MigrateSqlServerSqlDbSyncTaskOutputError
impl Unpin for MigrateSqlServerSqlDbSyncTaskOutputError
impl UnwindSafe for MigrateSqlServerSqlDbSyncTaskOutputError
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