pub struct NUMAHMATCache { /* private fields */ }Implementations§
Source§impl NUMAHMATCache
impl NUMAHMATCache
Sourcepub fn builder() -> NUMAHMATCacheBuilder
pub fn builder() -> NUMAHMATCacheBuilder
Create an instance of NUMAHMATCache using the builder syntax
Trait Implementations§
Source§impl Clone for NUMAHMATCache
impl Clone for NUMAHMATCache
Source§fn clone(&self) -> NUMAHMATCache
fn clone(&self) -> NUMAHMATCache
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 NUMAHMATCache
impl Debug for NUMAHMATCache
Source§impl Hash for NUMAHMATCache
impl Hash for NUMAHMATCache
Source§impl Ord for NUMAHMATCache
impl Ord for NUMAHMATCache
Source§fn cmp(&self, other: &NUMAHMATCache) -> Ordering
fn cmp(&self, other: &NUMAHMATCache) -> 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 NUMAHMATCache
impl PartialEq for NUMAHMATCache
Source§impl PartialOrd for NUMAHMATCache
impl PartialOrd for NUMAHMATCache
impl Eq for NUMAHMATCache
impl StructuralPartialEq for NUMAHMATCache
Auto Trait Implementations§
impl Freeze for NUMAHMATCache
impl RefUnwindSafe for NUMAHMATCache
impl Send for NUMAHMATCache
impl Sync for NUMAHMATCache
impl Unpin for NUMAHMATCache
impl UnwindSafe for NUMAHMATCache
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