pub struct AcceptedCancellationState {
pub command_digest: Digest,
pub input_id: InputId,
pub step_seq: WireU64,
}Fields§
§command_digest: DigestDigest of the canonical cancel command, so “the same cancellation” is decided by bytes.
input_id: InputId§step_seq: WireU64Trait Implementations§
Source§impl Clone for AcceptedCancellationState
impl Clone for AcceptedCancellationState
Source§fn clone(&self) -> AcceptedCancellationState
fn clone(&self) -> AcceptedCancellationState
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 moreSource§impl Debug for AcceptedCancellationState
impl Debug for AcceptedCancellationState
Source§impl<'de> Deserialize<'de> for AcceptedCancellationState
impl<'de> Deserialize<'de> for AcceptedCancellationState
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
impl StructuralPartialEq for AcceptedCancellationState
Auto Trait Implementations§
impl Freeze for AcceptedCancellationState
impl RefUnwindSafe for AcceptedCancellationState
impl Send for AcceptedCancellationState
impl Sync for AcceptedCancellationState
impl Unpin for AcceptedCancellationState
impl UnsafeUnpin for AcceptedCancellationState
impl UnwindSafe for AcceptedCancellationState
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