pub struct PrettyJsonValue(pub Value);
Tuple Fields§
§0: Value
Trait Implementations§
Source§impl Debug for PrettyJsonValue
impl Debug for PrettyJsonValue
Source§impl Display for PrettyJsonValue
impl Display for PrettyJsonValue
Auto Trait Implementations§
impl Freeze for PrettyJsonValue
impl RefUnwindSafe for PrettyJsonValue
impl Send for PrettyJsonValue
impl Sync for PrettyJsonValue
impl Unpin for PrettyJsonValue
impl UnwindSafe for PrettyJsonValue
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