pub struct Gt<'k, V> {
pub key: &'k str,
pub value: V,
}Expand description
Gt("key", value) — greater-than for f64 or i64.
Fields§
§key: &'k str§value: VTrait Implementations§
Auto Trait Implementations§
impl<'k, V> Freeze for Gt<'k, V>where
V: Freeze,
impl<'k, V> RefUnwindSafe for Gt<'k, V>where
V: RefUnwindSafe,
impl<'k, V> Send for Gt<'k, V>where
V: Send,
impl<'k, V> Sync for Gt<'k, V>where
V: Sync,
impl<'k, V> Unpin for Gt<'k, V>where
V: Unpin,
impl<'k, V> UnsafeUnpin for Gt<'k, V>where
V: UnsafeUnpin,
impl<'k, V> UnwindSafe for Gt<'k, V>where
V: 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