pub struct JsonField<'a, 'b> {
pub key: &'a str,
pub value: JsonValue<'b>,
}Fields§
§key: &'a str§value: JsonValue<'b>Implementations§
Trait Implementations§
impl<'a, 'b> Copy for JsonField<'a, 'b>
impl<'a, 'b> Eq for JsonField<'a, 'b>
impl<'a, 'b> StructuralPartialEq for JsonField<'a, 'b>
Auto Trait Implementations§
impl<'a, 'b> Freeze for JsonField<'a, 'b>
impl<'a, 'b> RefUnwindSafe for JsonField<'a, 'b>
impl<'a, 'b> Send for JsonField<'a, 'b>
impl<'a, 'b> Sync for JsonField<'a, 'b>
impl<'a, 'b> Unpin for JsonField<'a, 'b>
impl<'a, 'b> UnwindSafe for JsonField<'a, 'b>
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