pub struct CctWhite<C> {
pub cold: C,
pub warm: C,
}Fields§
§cold: C§warm: CTrait Implementations§
Source§impl<C> Ord for CctWhite<C>where
C: Ord,
impl<C> Ord for CctWhite<C>where
C: Ord,
1.21.0 · 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<C> PartialOrd for CctWhite<C>where
C: PartialOrd,
impl<C> PartialOrd for CctWhite<C>where
C: PartialOrd,
impl<C> Copy for CctWhite<C>where
C: Copy,
impl<C> Eq for CctWhite<C>where
C: Eq,
impl<C> StructuralPartialEq for CctWhite<C>
Auto Trait Implementations§
impl<C> Freeze for CctWhite<C>where
C: Freeze,
impl<C> RefUnwindSafe for CctWhite<C>where
C: RefUnwindSafe,
impl<C> Send for CctWhite<C>where
C: Send,
impl<C> Sync for CctWhite<C>where
C: Sync,
impl<C> Unpin for CctWhite<C>where
C: Unpin,
impl<C> UnwindSafe for CctWhite<C>where
C: UnwindSafe,
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