pub struct MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel {
pub migrate_postgre_sql_azure_db_for_postgre_sql_sync_task_output: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput,
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_postgre_sql_azure_db_for_postgre_sql_sync_task_output: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput§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§
Trait Implementations§
Source§impl Clone for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl Clone for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
Source§fn clone(
&self,
) -> MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
fn clone( &self, ) -> MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
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 Default for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl Default for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
Source§fn default() -> MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
fn default() -> MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl<'de> Deserialize<'de> for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
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 MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl PartialEq for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
Source§fn eq(
&self,
other: &MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel,
) -> bool
fn eq( &self, other: &MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
Auto Trait Implementations§
impl Freeze for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl RefUnwindSafe for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl Send for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl Sync for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl Unpin for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
impl UnwindSafe for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel
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