pub struct MemoryId<T>(_, _);
Implementations
Trait Implementations
impl<T> Copy for MemoryId<T>where
T: Copy,
impl<T> Eq for MemoryId<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for MemoryId<T>where
T: RefUnwindSafe,
impl<T> Send for MemoryId<T>where
T: Send,
impl<T> Sync for MemoryId<T>where
T: Sync,
impl<T> Unpin for MemoryId<T>where
T: Unpin,
impl<T> UnwindSafe for MemoryId<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.