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