Struct azure_mgmt_datamigration::package_2021_06::models::MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
source · pub struct MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel {
pub migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput,
pub started_on: Option<OffsetDateTime>,
pub ended_on: Option<OffsetDateTime>,
pub source_server_version: Option<String>,
pub source_server: Option<String>,
pub target_server_version: Option<String>,
pub target_server: Option<String>,
}
Fields§
§migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput
§started_on: Option<OffsetDateTime>
Migration start time
ended_on: Option<OffsetDateTime>
Migration end time
source_server_version: Option<String>
Source server version
source_server: Option<String>
Source server name
target_server_version: Option<String>
Target server version
target_server: Option<String>
Target server name
Implementations§
source§impl MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
pub fn new( migrate_oracle_azure_db_postgre_sql_sync_task_output: MigrateOracleAzureDbPostgreSqlSyncTaskOutput ) -> Self
Trait Implementations§
source§impl Clone for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl Clone for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
source§fn clone(&self) -> MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
fn clone(&self) -> MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
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 MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl<'de> Deserialize<'de> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
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<MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl PartialEq<MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel> for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
source§fn eq(
&self,
other: &MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
) -> bool
fn eq( &self, other: &MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
Auto Trait Implementations§
impl RefUnwindSafe for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl Send for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl Sync for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl Unpin for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
impl UnwindSafe for MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel
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