pub struct IdempotencyKey(/* private fields */);Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for IdempotencyKey
impl Clone for IdempotencyKey
Sourceยงfn clone(&self) -> IdempotencyKey
fn clone(&self) -> IdempotencyKey
Returns a duplicate of the value. Read more
1.0.0 ยท 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 IdempotencyKey
impl Debug for IdempotencyKey
Sourceยงimpl From<&str> for IdempotencyKey
impl From<&str> for IdempotencyKey
Sourceยงimpl From<String> for IdempotencyKey
impl From<String> for IdempotencyKey
Sourceยงimpl PartialEq for IdempotencyKey
impl PartialEq for IdempotencyKey
impl Eq for IdempotencyKey
impl StructuralPartialEq for IdempotencyKey
Auto Trait Implementationsยง
impl Freeze for IdempotencyKey
impl RefUnwindSafe for IdempotencyKey
impl Send for IdempotencyKey
impl Sync for IdempotencyKey
impl Unpin for IdempotencyKey
impl UnwindSafe for IdempotencyKey
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