pub struct CacheKeyHash(/* private fields */);
Available on crate feature
incremental-cache
only.Expand description
Hashed CachedKey
, to use as an identifier when looking up whether a function has already been
compiled or not.
Trait Implementations§
Source§impl Clone for CacheKeyHash
impl Clone for CacheKeyHash
Source§fn clone(&self) -> CacheKeyHash
fn clone(&self) -> CacheKeyHash
Returns a copy 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 Display for CacheKeyHash
impl Display for CacheKeyHash
Source§impl Hash for CacheKeyHash
impl Hash for CacheKeyHash
Source§impl PartialEq for CacheKeyHash
impl PartialEq for CacheKeyHash
impl Eq for CacheKeyHash
impl StructuralPartialEq for CacheKeyHash
Auto Trait Implementations§
impl Freeze for CacheKeyHash
impl RefUnwindSafe for CacheKeyHash
impl Send for CacheKeyHash
impl Sync for CacheKeyHash
impl Unpin for CacheKeyHash
impl UnwindSafe for CacheKeyHash
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more