pub struct SettleReply {
pub receipt: SettlementReceipt,
pub already_accepted: bool,
pub task_state: TaskState,
}Fields§
§receipt: SettlementReceipt§already_accepted: bool§task_state: TaskStateA report can be recorded while required cleanup is still outstanding.
Trait Implementations§
Source§impl Clone for SettleReply
impl Clone for SettleReply
Source§impl Debug for SettleReply
impl Debug for SettleReply
Source§impl<'de> Deserialize<'de> for SettleReply
impl<'de> Deserialize<'de> for SettleReply
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 SettleReply
impl RefUnwindSafe for SettleReply
impl Send for SettleReply
impl Sync for SettleReply
impl Unpin for SettleReply
impl UnsafeUnpin for SettleReply
impl UnwindSafe for SettleReply
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