pub struct StartMigrationJobRequest { /* private fields */ }
Expand description
Request message for ‘StartMigrationJob’ request.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations migration jobs start projects (request)
Trait Implementations§
source§impl Clone for StartMigrationJobRequest
impl Clone for StartMigrationJobRequest
source§fn clone(&self) -> StartMigrationJobRequest
fn clone(&self) -> StartMigrationJobRequest
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 StartMigrationJobRequest
impl Debug for StartMigrationJobRequest
source§impl Default for StartMigrationJobRequest
impl Default for StartMigrationJobRequest
source§fn default() -> StartMigrationJobRequest
fn default() -> StartMigrationJobRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StartMigrationJobRequest
impl<'de> Deserialize<'de> for StartMigrationJobRequest
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 Serialize for StartMigrationJobRequest
impl Serialize for StartMigrationJobRequest
impl RequestValue for StartMigrationJobRequest
Auto Trait Implementations§
impl RefUnwindSafe for StartMigrationJobRequest
impl Send for StartMigrationJobRequest
impl Sync for StartMigrationJobRequest
impl Unpin for StartMigrationJobRequest
impl UnwindSafe for StartMigrationJobRequest
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