#[repr(C)]pub struct PioJsonObjectEntryView {
pub key: PioStringView,
pub value_kind: PioStringView,
}Expand description
One key and value type in a structured JSON object.
Fields§
§key: PioStringView§value_kind: PioStringViewTrait Implementations§
Source§impl Clone for PioJsonObjectEntryView
impl Clone for PioJsonObjectEntryView
Source§fn clone(&self) -> PioJsonObjectEntryView
fn clone(&self) -> PioJsonObjectEntryView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioJsonObjectEntryView
Auto Trait Implementations§
impl !Send for PioJsonObjectEntryView
impl !Sync for PioJsonObjectEntryView
impl Freeze for PioJsonObjectEntryView
impl RefUnwindSafe for PioJsonObjectEntryView
impl Unpin for PioJsonObjectEntryView
impl UnsafeUnpin for PioJsonObjectEntryView
impl UnwindSafe for PioJsonObjectEntryView
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