pub struct ContentCacheWriteOperationId(/* private fields */);Expand description
Stable identity of one provider-cache write operation.
Implementations§
Trait Implementations§
Source§impl Clone for ContentCacheWriteOperationId
impl Clone for ContentCacheWriteOperationId
Source§fn clone(&self) -> ContentCacheWriteOperationId
fn clone(&self) -> ContentCacheWriteOperationId
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 ContentCacheWriteOperationId
impl Debug for ContentCacheWriteOperationId
Source§impl Hash for ContentCacheWriteOperationId
impl Hash for ContentCacheWriteOperationId
Source§impl PartialEq for ContentCacheWriteOperationId
impl PartialEq for ContentCacheWriteOperationId
Source§fn eq(&self, other: &ContentCacheWriteOperationId) -> bool
fn eq(&self, other: &ContentCacheWriteOperationId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ContentCacheWriteOperationId
impl StructuralPartialEq for ContentCacheWriteOperationId
Auto Trait Implementations§
impl Freeze for ContentCacheWriteOperationId
impl RefUnwindSafe for ContentCacheWriteOperationId
impl Send for ContentCacheWriteOperationId
impl Sync for ContentCacheWriteOperationId
impl Unpin for ContentCacheWriteOperationId
impl UnwindSafe for ContentCacheWriteOperationId
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