pub struct JsonWrapper {
    pub raw_data: String,
    pub data: Value,
}Fields§
§raw_data: String§data: ValueImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonWrapper
impl RefUnwindSafe for JsonWrapper
impl Send for JsonWrapper
impl Sync for JsonWrapper
impl Unpin for JsonWrapper
impl UnwindSafe for JsonWrapper
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