pub struct CompletionDeliveryResult {
pub subscription_id: String,
pub generation: u32,
pub lease_token: String,
pub outcome: CompletionDeliveryOutcome,
}Fields§
§subscription_id: String§generation: u32§lease_token: String§outcome: CompletionDeliveryOutcomeImplementations§
Trait Implementations§
Source§impl Clone for CompletionDeliveryResult
impl Clone for CompletionDeliveryResult
Auto Trait Implementations§
impl Freeze for CompletionDeliveryResult
impl RefUnwindSafe for CompletionDeliveryResult
impl Send for CompletionDeliveryResult
impl Sync for CompletionDeliveryResult
impl Unpin for CompletionDeliveryResult
impl UnsafeUnpin for CompletionDeliveryResult
impl UnwindSafe for CompletionDeliveryResult
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