pub struct ResumableJobIdempotencyKey(/* private fields */);Expand description
Bounded application request identity used for lost-response replay.
Implementations§
Trait Implementations§
Source§impl Clone for ResumableJobIdempotencyKey
impl Clone for ResumableJobIdempotencyKey
Source§fn clone(&self) -> ResumableJobIdempotencyKey
fn clone(&self) -> ResumableJobIdempotencyKey
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 ResumableJobIdempotencyKey
impl Debug for ResumableJobIdempotencyKey
Source§impl<'de> Deserialize<'de> for ResumableJobIdempotencyKey
impl<'de> Deserialize<'de> for ResumableJobIdempotencyKey
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 ResumableJobIdempotencyKey
impl StructuralPartialEq for ResumableJobIdempotencyKey
Auto Trait Implementations§
impl Freeze for ResumableJobIdempotencyKey
impl RefUnwindSafe for ResumableJobIdempotencyKey
impl Send for ResumableJobIdempotencyKey
impl Sync for ResumableJobIdempotencyKey
impl Unpin for ResumableJobIdempotencyKey
impl UnsafeUnpin for ResumableJobIdempotencyKey
impl UnwindSafe for ResumableJobIdempotencyKey
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