pub struct JsonObject<'a> {
pub values: Vec<(JsonUnit<'a>, JsonValue<'a>)>,
}
Fields§
§values: Vec<(JsonUnit<'a>, JsonValue<'a>)>
Trait Implementations§
Source§impl<'a> Debug for JsonObject<'a>
impl<'a> Debug for JsonObject<'a>
Auto Trait Implementations§
impl<'a> Freeze for JsonObject<'a>
impl<'a> RefUnwindSafe for JsonObject<'a>
impl<'a> Send for JsonObject<'a>
impl<'a> Sync for JsonObject<'a>
impl<'a> Unpin for JsonObject<'a>
impl<'a> UnwindSafe for JsonObject<'a>
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