#[repr(C)]pub struct NrKV {
pub key: NrStr,
pub value: NrStr,
}Expand description
A key-value pair of strings.
Fields§
§key: NrStr§value: NrStrImplementations§
Trait Implementations§
impl Copy for NrKV
impl Send for NrKV
impl Sync for NrKV
Auto Trait Implementations§
impl Freeze for NrKV
impl RefUnwindSafe for NrKV
impl Unpin for NrKV
impl UnsafeUnpin for NrKV
impl UnwindSafe for NrKV
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