pub struct CollaborationIdempotencyKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CollaborationIdempotencyKey
impl Clone for CollaborationIdempotencyKey
Source§fn clone(&self) -> CollaborationIdempotencyKey
fn clone(&self) -> CollaborationIdempotencyKey
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 CollaborationIdempotencyKey
impl Debug for CollaborationIdempotencyKey
Source§impl<'de> Deserialize<'de> for CollaborationIdempotencyKey
impl<'de> Deserialize<'de> for CollaborationIdempotencyKey
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 CollaborationIdempotencyKey
Source§impl Hash for CollaborationIdempotencyKey
impl Hash for CollaborationIdempotencyKey
Source§impl Ord for CollaborationIdempotencyKey
impl Ord for CollaborationIdempotencyKey
Source§fn cmp(&self, other: &CollaborationIdempotencyKey) -> Ordering
fn cmp(&self, other: &CollaborationIdempotencyKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CollaborationIdempotencyKey
impl PartialOrd for CollaborationIdempotencyKey
impl StructuralPartialEq for CollaborationIdempotencyKey
Auto Trait Implementations§
impl Freeze for CollaborationIdempotencyKey
impl RefUnwindSafe for CollaborationIdempotencyKey
impl Send for CollaborationIdempotencyKey
impl Sync for CollaborationIdempotencyKey
impl Unpin for CollaborationIdempotencyKey
impl UnsafeUnpin for CollaborationIdempotencyKey
impl UnwindSafe for CollaborationIdempotencyKey
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