pub struct CompensationRecord {
pub instance_id: String,
pub node_id: String,
pub order: u32,
pub status: CompensationStatus,
}Fields§
§instance_id: String§node_id: String§order: u32§status: CompensationStatusTrait Implementations§
Source§impl Clone for CompensationRecord
impl Clone for CompensationRecord
Source§fn clone(&self) -> CompensationRecord
fn clone(&self) -> CompensationRecord
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 moreAuto Trait Implementations§
impl Freeze for CompensationRecord
impl RefUnwindSafe for CompensationRecord
impl Send for CompensationRecord
impl Sync for CompensationRecord
impl Unpin for CompensationRecord
impl UnsafeUnpin for CompensationRecord
impl UnwindSafe for CompensationRecord
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