pub struct SettleCommand {
pub owner: LeaseOwner,
pub operation_id: String,
pub report: AttemptReport,
pub quiescence: Quiescence,
pub processing_trace: Option<TraceContext>,
}Fields§
§owner: LeaseOwner§operation_id: String§report: AttemptReport§quiescence: Quiescence§processing_trace: Option<TraceContext>Implementations§
Trait Implementations§
Source§impl Clone for SettleCommand
impl Clone for SettleCommand
Source§impl Debug for SettleCommand
impl Debug for SettleCommand
Source§impl<'de> Deserialize<'de> for SettleCommand
impl<'de> Deserialize<'de> for SettleCommand
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 SettleCommand
impl RefUnwindSafe for SettleCommand
impl Send for SettleCommand
impl Sync for SettleCommand
impl Unpin for SettleCommand
impl UnsafeUnpin for SettleCommand
impl UnwindSafe for SettleCommand
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