pub struct StoreCheckKey { /* private fields */ }Expand description
Compact evaluator recursion key built from interned store identifiers.
Trait Implementations§
Source§impl Clone for StoreCheckKey
impl Clone for StoreCheckKey
Source§fn clone(&self) -> StoreCheckKey
fn clone(&self) -> StoreCheckKey
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 StoreCheckKey
impl Debug for StoreCheckKey
Source§impl Hash for StoreCheckKey
impl Hash for StoreCheckKey
Source§impl PartialEq for StoreCheckKey
impl PartialEq for StoreCheckKey
Source§fn eq(&self, other: &StoreCheckKey) -> bool
fn eq(&self, other: &StoreCheckKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StoreCheckKey
impl Eq for StoreCheckKey
impl StructuralPartialEq for StoreCheckKey
Auto Trait Implementations§
impl Freeze for StoreCheckKey
impl RefUnwindSafe for StoreCheckKey
impl Send for StoreCheckKey
impl Sync for StoreCheckKey
impl Unpin for StoreCheckKey
impl UnsafeUnpin for StoreCheckKey
impl UnwindSafe for StoreCheckKey
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