pub struct PlanBpmnInstanceMigrationRequest {
pub target_version: i64,
pub mapping: Option<Box<BpmnMigrationMapping>>,
}Fields§
§target_version: i64§mapping: Option<Box<BpmnMigrationMapping>>Implementations§
Source§impl PlanBpmnInstanceMigrationRequest
impl PlanBpmnInstanceMigrationRequest
pub fn new(target_version: i64) -> PlanBpmnInstanceMigrationRequest
Trait Implementations§
Source§impl Clone for PlanBpmnInstanceMigrationRequest
impl Clone for PlanBpmnInstanceMigrationRequest
Source§fn clone(&self) -> PlanBpmnInstanceMigrationRequest
fn clone(&self) -> PlanBpmnInstanceMigrationRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PlanBpmnInstanceMigrationRequest
impl Default for PlanBpmnInstanceMigrationRequest
Source§fn default() -> PlanBpmnInstanceMigrationRequest
fn default() -> PlanBpmnInstanceMigrationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlanBpmnInstanceMigrationRequest
impl<'de> Deserialize<'de> for PlanBpmnInstanceMigrationRequest
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
impl StructuralPartialEq for PlanBpmnInstanceMigrationRequest
Auto Trait Implementations§
impl Freeze for PlanBpmnInstanceMigrationRequest
impl RefUnwindSafe for PlanBpmnInstanceMigrationRequest
impl Send for PlanBpmnInstanceMigrationRequest
impl Sync for PlanBpmnInstanceMigrationRequest
impl Unpin for PlanBpmnInstanceMigrationRequest
impl UnsafeUnpin for PlanBpmnInstanceMigrationRequest
impl UnwindSafe for PlanBpmnInstanceMigrationRequest
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