pub struct StructuredKey { /* private fields */ }Expand description
Structured cache key made of reviewable segments.
Implementations§
Source§impl StructuredKey
impl StructuredKey
Trait Implementations§
Source§impl Clone for StructuredKey
impl Clone for StructuredKey
Source§fn clone(&self) -> StructuredKey
fn clone(&self) -> StructuredKey
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 StructuredKey
impl Debug for StructuredKey
Source§impl<'de> Deserialize<'de> for StructuredKey
impl<'de> Deserialize<'de> for StructuredKey
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 StructuredKey
Source§impl Hash for StructuredKey
impl Hash for StructuredKey
Source§impl Ord for StructuredKey
impl Ord for StructuredKey
Source§fn cmp(&self, other: &StructuredKey) -> Ordering
fn cmp(&self, other: &StructuredKey) -> 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 PartialEq for StructuredKey
impl PartialEq for StructuredKey
Source§fn eq(&self, other: &StructuredKey) -> bool
fn eq(&self, other: &StructuredKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StructuredKey
impl PartialOrd for StructuredKey
Source§impl Serialize for StructuredKey
impl Serialize for StructuredKey
impl StructuralPartialEq for StructuredKey
Auto Trait Implementations§
impl Freeze for StructuredKey
impl RefUnwindSafe for StructuredKey
impl Send for StructuredKey
impl Sync for StructuredKey
impl Unpin for StructuredKey
impl UnsafeUnpin for StructuredKey
impl UnwindSafe for StructuredKey
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