pub struct ContextId(/* private fields */);Methods from Deref<Target = usize>§
pub const MIN: usize = 0usize
pub const MAX: usize = 4_294_967_295usize
pub const BITS: u32 = 32u32
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.§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