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