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