Struct azure_mgmt_datamigration::package_preview_2022_03::models::MigrateMongoDbTaskProperties
source · pub struct MigrateMongoDbTaskProperties {
pub project_task_properties: ProjectTaskProperties,
pub input: Option<MongoDbMigrationSettings>,
pub output: Vec<MongoDbProgress>,
}
Expand description
Properties for the task that migrates data between MongoDB data sources
Fields§
§project_task_properties: ProjectTaskProperties
§input: Option<MongoDbMigrationSettings>
Describes how a MongoDB data migration should be performed
output: Vec<MongoDbProgress>
Implementations§
source§impl MigrateMongoDbTaskProperties
impl MigrateMongoDbTaskProperties
pub fn new(project_task_properties: ProjectTaskProperties) -> Self
Trait Implementations§
source§impl Clone for MigrateMongoDbTaskProperties
impl Clone for MigrateMongoDbTaskProperties
source§fn clone(&self) -> MigrateMongoDbTaskProperties
fn clone(&self) -> MigrateMongoDbTaskProperties
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 Debug for MigrateMongoDbTaskProperties
impl Debug for MigrateMongoDbTaskProperties
source§impl<'de> Deserialize<'de> for MigrateMongoDbTaskProperties
impl<'de> Deserialize<'de> for MigrateMongoDbTaskProperties
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<MigrateMongoDbTaskProperties> for MigrateMongoDbTaskProperties
impl PartialEq<MigrateMongoDbTaskProperties> for MigrateMongoDbTaskProperties
source§fn eq(&self, other: &MigrateMongoDbTaskProperties) -> bool
fn eq(&self, other: &MigrateMongoDbTaskProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateMongoDbTaskProperties
Auto Trait Implementations§
impl RefUnwindSafe for MigrateMongoDbTaskProperties
impl Send for MigrateMongoDbTaskProperties
impl Sync for MigrateMongoDbTaskProperties
impl Unpin for MigrateMongoDbTaskProperties
impl UnwindSafe for MigrateMongoDbTaskProperties
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