pub enum HmatCacheAssociativity {
none,
direct,
complex,
}
Variants§
Trait Implementations§
Source§impl Clone for HmatCacheAssociativity
impl Clone for HmatCacheAssociativity
Source§fn clone(&self) -> HmatCacheAssociativity
fn clone(&self) -> HmatCacheAssociativity
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 HmatCacheAssociativity
impl Debug for HmatCacheAssociativity
Source§impl<'de> Deserialize<'de> for HmatCacheAssociativity
impl<'de> Deserialize<'de> for HmatCacheAssociativity
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
Source§impl Enum for HmatCacheAssociativity
impl Enum for HmatCacheAssociativity
Source§impl FromStr for HmatCacheAssociativity
impl FromStr for HmatCacheAssociativity
Source§impl Hash for HmatCacheAssociativity
impl Hash for HmatCacheAssociativity
Source§impl Ord for HmatCacheAssociativity
impl Ord for HmatCacheAssociativity
Source§fn cmp(&self, other: &HmatCacheAssociativity) -> Ordering
fn cmp(&self, other: &HmatCacheAssociativity) -> Ordering
1.21.0 · 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 HmatCacheAssociativity
impl PartialEq for HmatCacheAssociativity
Source§impl PartialOrd for HmatCacheAssociativity
impl PartialOrd for HmatCacheAssociativity
Source§impl Serialize for HmatCacheAssociativity
impl Serialize for HmatCacheAssociativity
impl Copy for HmatCacheAssociativity
impl Eq for HmatCacheAssociativity
impl StructuralPartialEq for HmatCacheAssociativity
Auto Trait Implementations§
impl Freeze for HmatCacheAssociativity
impl RefUnwindSafe for HmatCacheAssociativity
impl Send for HmatCacheAssociativity
impl Sync for HmatCacheAssociativity
impl Unpin for HmatCacheAssociativity
impl UnwindSafe for HmatCacheAssociativity
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