Struct ezno_checker::context::ContextId
source · pub struct ContextId(/* private fields */);Implementations§
Trait Implementations§
source§impl PartialEq for ContextId
impl PartialEq for ContextId
impl Copy for ContextId
impl Eq for ContextId
impl StructuralEq for ContextId
impl StructuralPartialEq for ContextId
Auto Trait Implementations§
impl RefUnwindSafe for ContextId
impl Send for ContextId
impl Sync for ContextId
impl Unpin for ContextId
impl UnwindSafe for ContextId
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.