pub struct CompensateInstruction {
pub operation_id: String,
pub reason: String,
pub actions: Vec<JsonMap>,
}Fields§
§operation_id: String§reason: String§actions: Vec<JsonMap>Trait Implementations§
Source§impl Clone for CompensateInstruction
impl Clone for CompensateInstruction
Source§fn clone(&self) -> CompensateInstruction
fn clone(&self) -> CompensateInstruction
Returns a duplicate 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 CompensateInstruction
impl Debug for CompensateInstruction
Source§impl<'de> Deserialize<'de> for CompensateInstruction
impl<'de> Deserialize<'de> for CompensateInstruction
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 for CompensateInstruction
impl PartialEq for CompensateInstruction
Source§impl Serialize for CompensateInstruction
impl Serialize for CompensateInstruction
impl StructuralPartialEq for CompensateInstruction
Auto Trait Implementations§
impl Freeze for CompensateInstruction
impl RefUnwindSafe for CompensateInstruction
impl Send for CompensateInstruction
impl Sync for CompensateInstruction
impl Unpin for CompensateInstruction
impl UnsafeUnpin for CompensateInstruction
impl UnwindSafe for CompensateInstruction
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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