pub struct DispatchRef {
pub scope: Scope,
pub queue: String,
pub task_id: String,
pub generation: u32,
}Expand description
One readiness generation. Retransmission preserves this identity; a retry made eligible by the lifecycle advances the generation.
Fields§
§scope: Scope§queue: String§task_id: String§generation: u32Implementations§
Trait Implementations§
Source§impl Clone for DispatchRef
impl Clone for DispatchRef
Source§impl Debug for DispatchRef
impl Debug for DispatchRef
Source§impl<'de> Deserialize<'de> for DispatchRef
impl<'de> Deserialize<'de> for DispatchRef
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 DispatchRef
Source§impl Hash for DispatchRef
impl Hash for DispatchRef
Source§impl PartialEq for DispatchRef
impl PartialEq for DispatchRef
Source§impl Serialize for DispatchRef
impl Serialize for DispatchRef
impl StructuralPartialEq for DispatchRef
Auto Trait Implementations§
impl Freeze for DispatchRef
impl RefUnwindSafe for DispatchRef
impl Send for DispatchRef
impl Sync for DispatchRef
impl Unpin for DispatchRef
impl UnsafeUnpin for DispatchRef
impl UnwindSafe for DispatchRef
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