pub struct SettlementReceipt {
pub operation_id: String,
pub task_id: String,
pub attempt_id: String,
pub accepted_at: Timestamp,
}Fields§
§operation_id: String§task_id: String§attempt_id: String§accepted_at: TimestampTrait Implementations§
Source§impl Clone for SettlementReceipt
impl Clone for SettlementReceipt
Source§impl Debug for SettlementReceipt
impl Debug for SettlementReceipt
Source§impl<'de> Deserialize<'de> for SettlementReceipt
impl<'de> Deserialize<'de> for SettlementReceipt
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 SettlementReceipt
impl RefUnwindSafe for SettlementReceipt
impl Send for SettlementReceipt
impl Sync for SettlementReceipt
impl Unpin for SettlementReceipt
impl UnsafeUnpin for SettlementReceipt
impl UnwindSafe for SettlementReceipt
Blanket Implementations§
impl<T> ArtifactLease for T
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