pub struct HConsed<T> { /* private fields */ }Expand description
A hashconsed value.
Implementations§
Trait Implementations§
Source§impl<T> FromIterator<HConsed<<T as HashConsed>::Inner>> for HConSet<T>
impl<T> FromIterator<HConsed<<T as HashConsed>::Inner>> for HConSet<T>
Source§impl<T, S> FromIterator<HConsed<<T as HashConsed>::Inner>> for HConSet<T, S>
impl<T, S> FromIterator<HConsed<<T as HashConsed>::Inner>> for HConSet<T, S>
Source§impl<T> HashConsed for HConsed<T>
impl<T> HashConsed for HConsed<T>
Source§impl<T> Ord for HConsed<T>
impl<T> Ord for HConsed<T>
Source§impl<T> PartialOrd for HConsed<T>
impl<T> PartialOrd for HConsed<T>
impl<T> Eq for HConsed<T>
Auto Trait Implementations§
impl<T> Freeze for HConsed<T>
impl<T> RefUnwindSafe for HConsed<T>where
T: RefUnwindSafe,
impl<T> Send for HConsed<T>
impl<T> Sync for HConsed<T>
impl<T> Unpin for HConsed<T>
impl<T> UnwindSafe for HConsed<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