pub struct ExprUnary<K = usize, V = AnyBox> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<K: Ord, V: Ord> Ord for ExprUnary<K, V>
impl<K: Ord, V: Ord> Ord for ExprUnary<K, V>
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<K: PartialOrd, V: PartialOrd> PartialOrd for ExprUnary<K, V>
impl<K: PartialOrd, V: PartialOrd> PartialOrd for ExprUnary<K, V>
impl<K: Eq, V: Eq> Eq for ExprUnary<K, V>
impl<K, V> StructuralPartialEq for ExprUnary<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for ExprUnary<K, V>
impl<K, V> RefUnwindSafe for ExprUnary<K, V>where
V: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, V> Send for ExprUnary<K, V>
impl<K, V> Sync for ExprUnary<K, V>
impl<K, V> Unpin for ExprUnary<K, V>
impl<K, V> UnwindSafe for ExprUnary<K, V>where
V: UnwindSafe,
K: 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