Struct simdjson_rust::libsimdjson::ffi::KeyValuePair
source · #[repr(C)]pub struct KeyValuePair {
pub key: String,
pub value: UniquePtr<element>,
}
Fields§
§key: String
§value: UniquePtr<element>
Trait Implementations§
source§impl ExternType for KeyValuePair
impl ExternType for KeyValuePair
Auto Trait Implementations§
impl RefUnwindSafe for KeyValuePair
impl !Send for KeyValuePair
impl !Sync for KeyValuePair
impl Unpin for KeyValuePair
impl UnwindSafe for KeyValuePair
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