pub struct Hashed<T>(/* private fields */);Trait Implementations§
Source§impl<T: Ord> Ord for Hashed<T>
impl<T: Ord> Ord for Hashed<T>
Source§impl<T: PartialOrd> PartialOrd for Hashed<T>
impl<T: PartialOrd> PartialOrd for Hashed<T>
impl<T: Copy> Copy for Hashed<T>
impl<T: Eq> Eq for Hashed<T>
impl<T> StructuralPartialEq for Hashed<T>
Auto Trait Implementations§
impl<T> Freeze for Hashed<T>where
T: Freeze,
impl<T> RefUnwindSafe for Hashed<T>where
T: RefUnwindSafe,
impl<T> Send for Hashed<T>where
T: Send,
impl<T> Sync for Hashed<T>where
T: Sync,
impl<T> Unpin for Hashed<T>where
T: Unpin,
impl<T> UnwindSafe for Hashed<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
fn any_ref(&self) -> &(dyn Any + 'static)where
T: 'static,
fn any_mut(&mut self) -> &mut (dyn Any + 'static)where
T: 'static,
fn any_box(self: Box<T>) -> Box<dyn Any>where
T: 'static,
fn any_arc(self: Arc<T>) -> Arc<dyn Any>where
T: 'static,
fn any_arc_sync(self: Arc<T>) -> Arc<dyn Any + Sync + Send>
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