Struct azure_mgmt_datamigration::package_preview_2022_01::models::MigrateSsisTaskOutputProjectLevel
source · pub struct MigrateSsisTaskOutputProjectLevel {
pub migrate_ssis_task_output: MigrateSsisTaskOutput,
pub folder_name: Option<String>,
pub project_name: Option<String>,
pub state: Option<MigrationState>,
pub stage: Option<SsisMigrationStage>,
pub started_on: Option<OffsetDateTime>,
pub ended_on: Option<OffsetDateTime>,
pub message: Option<String>,
pub exceptions_and_warnings: Vec<ReportableException>,
}
Fields§
§migrate_ssis_task_output: MigrateSsisTaskOutput
§folder_name: Option<String>
Name of the folder
project_name: Option<String>
Name of the project
state: Option<MigrationState>
Current state of migration
stage: Option<SsisMigrationStage>
Current stage of SSIS migration
started_on: Option<OffsetDateTime>
Migration start time
ended_on: Option<OffsetDateTime>
Migration end time
message: Option<String>
Migration progress message
exceptions_and_warnings: Vec<ReportableException>
Migration exceptions and warnings
Implementations§
source§impl MigrateSsisTaskOutputProjectLevel
impl MigrateSsisTaskOutputProjectLevel
pub fn new(migrate_ssis_task_output: MigrateSsisTaskOutput) -> Self
Trait Implementations§
source§impl Clone for MigrateSsisTaskOutputProjectLevel
impl Clone for MigrateSsisTaskOutputProjectLevel
source§fn clone(&self) -> MigrateSsisTaskOutputProjectLevel
fn clone(&self) -> MigrateSsisTaskOutputProjectLevel
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 MigrateSsisTaskOutputProjectLevel
impl<'de> Deserialize<'de> for MigrateSsisTaskOutputProjectLevel
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<MigrateSsisTaskOutputProjectLevel> for MigrateSsisTaskOutputProjectLevel
impl PartialEq<MigrateSsisTaskOutputProjectLevel> for MigrateSsisTaskOutputProjectLevel
source§fn eq(&self, other: &MigrateSsisTaskOutputProjectLevel) -> bool
fn eq(&self, other: &MigrateSsisTaskOutputProjectLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateSsisTaskOutputProjectLevel
Auto Trait Implementations§
impl RefUnwindSafe for MigrateSsisTaskOutputProjectLevel
impl Send for MigrateSsisTaskOutputProjectLevel
impl Sync for MigrateSsisTaskOutputProjectLevel
impl Unpin for MigrateSsisTaskOutputProjectLevel
impl UnwindSafe for MigrateSsisTaskOutputProjectLevel
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