pub struct JsonReadResult {
pub path: String,
pub value: Value,
}Fields§
§path: String§value: ValueTrait Implementations§
Source§impl Clone for JsonReadResult
impl Clone for JsonReadResult
Source§fn clone(&self) -> JsonReadResult
fn clone(&self) -> JsonReadResult
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 moreSource§impl Debug for JsonReadResult
impl Debug for JsonReadResult
Auto Trait Implementations§
impl Freeze for JsonReadResult
impl RefUnwindSafe for JsonReadResult
impl Send for JsonReadResult
impl Sync for JsonReadResult
impl Unpin for JsonReadResult
impl UnsafeUnpin for JsonReadResult
impl UnwindSafe for JsonReadResult
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