pub struct NrKVAny {
pub value: NrAny,
/* private fields */
}Expand description
A key-value pair with any type as value.
This struct is #[repr(C)] and ABI-stable.
Fields§
§value: NrAnyImplementations§
Trait Implementations§
impl Send for NrKVAny
impl Sync for NrKVAny
Auto Trait Implementations§
impl Freeze for NrKVAny
impl RefUnwindSafe for NrKVAny
impl Unpin for NrKVAny
impl UnsafeUnpin for NrKVAny
impl UnwindSafe for NrKVAny
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