pub struct CompletionRetryCommand {
pub scope: Scope,
pub subscription_id: String,
pub expected_generation: u32,
}Fields§
§scope: Scope§subscription_id: String§expected_generation: u32The exhausted generation to rearm. This is the durable operation identity. Replaying an older accepted generation returns current state without rearming.
Implementations§
Trait Implementations§
Source§impl Clone for CompletionRetryCommand
impl Clone for CompletionRetryCommand
Source§impl Debug for CompletionRetryCommand
impl Debug for CompletionRetryCommand
Source§impl<'de> Deserialize<'de> for CompletionRetryCommand
impl<'de> Deserialize<'de> for CompletionRetryCommand
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 Eq for CompletionRetryCommand
Source§impl PartialEq for CompletionRetryCommand
impl PartialEq for CompletionRetryCommand
Source§impl Serialize for CompletionRetryCommand
impl Serialize for CompletionRetryCommand
impl StructuralPartialEq for CompletionRetryCommand
Auto Trait Implementations§
impl Freeze for CompletionRetryCommand
impl RefUnwindSafe for CompletionRetryCommand
impl Send for CompletionRetryCommand
impl Sync for CompletionRetryCommand
impl Unpin for CompletionRetryCommand
impl UnsafeUnpin for CompletionRetryCommand
impl UnwindSafe for CompletionRetryCommand
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