pub struct Product<Q> { /* private fields */ }
Implementations§
Trait Implementations§
impl<Q: Eq> Eq for Product<Q>
impl<Q> StructuralPartialEq for Product<Q>
Auto Trait Implementations§
impl<Q> Freeze for Product<Q>
impl<Q> RefUnwindSafe for Product<Q>where
Q: RefUnwindSafe,
impl<Q> Send for Product<Q>where
Q: Send,
impl<Q> Sync for Product<Q>where
Q: Sync,
impl<Q> Unpin for Product<Q>where
Q: Unpin,
impl<Q> UnwindSafe for Product<Q>where
Q: 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