pub struct Binary<V, Q: Ord + Copy> { /* private fields */ }
Expand description
A binary operator.
Auto Trait Implementations§
impl<V, Q> Freeze for Binary<V, Q>
impl<V, Q> RefUnwindSafe for Binary<V, Q>where
V: RefUnwindSafe,
Q: RefUnwindSafe,
impl<V, Q> Send for Binary<V, Q>
impl<V, Q> Sync for Binary<V, Q>
impl<V, Q> Unpin for Binary<V, Q>
impl<V, Q> UnwindSafe for Binary<V, Q>where
V: UnwindSafe,
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