pub enum PlanBpmnVersionPairMigrationError {
Status402(String),
UnknownValue(Value),
}Expand description
struct for typed errors of method plan_bpmn_version_pair_migration
Variants§
Trait Implementations§
Source§impl Clone for PlanBpmnVersionPairMigrationError
impl Clone for PlanBpmnVersionPairMigrationError
Source§fn clone(&self) -> PlanBpmnVersionPairMigrationError
fn clone(&self) -> PlanBpmnVersionPairMigrationError
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<'de> Deserialize<'de> for PlanBpmnVersionPairMigrationError
impl<'de> Deserialize<'de> for PlanBpmnVersionPairMigrationError
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
Auto Trait Implementations§
impl Freeze for PlanBpmnVersionPairMigrationError
impl RefUnwindSafe for PlanBpmnVersionPairMigrationError
impl Send for PlanBpmnVersionPairMigrationError
impl Sync for PlanBpmnVersionPairMigrationError
impl Unpin for PlanBpmnVersionPairMigrationError
impl UnsafeUnpin for PlanBpmnVersionPairMigrationError
impl UnwindSafe for PlanBpmnVersionPairMigrationError
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