pub struct White<C>(pub C);Tuple Fields§
§0: CTrait Implementations§
Source§impl<C> Ord for White<C>where
C: Ord,
impl<C> Ord for White<C>where
C: Ord,
Source§impl<C> PartialOrd for White<C>where
C: PartialOrd,
impl<C> PartialOrd for White<C>where
C: PartialOrd,
impl<C> Copy for White<C>where
C: Copy,
impl<C> Eq for White<C>where
C: Eq,
impl<C> StructuralPartialEq for White<C>
Auto Trait Implementations§
impl<C> Freeze for White<C>where
C: Freeze,
impl<C> RefUnwindSafe for White<C>where
C: RefUnwindSafe,
impl<C> Send for White<C>where
C: Send,
impl<C> Sync for White<C>where
C: Sync,
impl<C> Unpin for White<C>where
C: Unpin,
impl<C> UnwindSafe for White<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