pub struct KeyValue<'s> {
pub k: Cow<'s, str>,
pub v: Value<'s>,
}Fields§
§k: Cow<'s, str>§v: Value<'s>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for KeyValue<'s>
impl<'s> RefUnwindSafe for KeyValue<'s>
impl<'s> Send for KeyValue<'s>
impl<'s> Sync for KeyValue<'s>
impl<'s> Unpin for KeyValue<'s>
impl<'s> UnwindSafe for KeyValue<'s>
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