pub struct HRef<'a, T> { /* private fields */ }Implementations§
Trait Implementations§
impl<'a, T> Copy for HRef<'a, T>
impl<'a, T> Eq for HRef<'a, T>
Source§impl<'a, T> Ord for HRef<'a, T>
impl<'a, T> Ord for HRef<'a, T>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a, T> PartialOrd for HRef<'a, T>
impl<'a, T> PartialOrd for HRef<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for HRef<'a, T>
impl<'a, T> RefUnwindSafe for HRef<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for HRef<'a, T>where
T: Sync,
impl<'a, T> Sync for HRef<'a, T>where
T: Sync,
impl<'a, T> Unpin for HRef<'a, T>
impl<'a, T> UnsafeUnpin for HRef<'a, T>
impl<'a, T> UnwindSafe for HRef<'a, T>where
T: RefUnwindSafe,
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.