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