Struct rustc_serialize::json::PrettyJson
source · pub struct PrettyJson<'a> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PrettyJson<'a>
impl<'a> Send for PrettyJson<'a>
impl<'a> Sync for PrettyJson<'a>
impl<'a> Unpin for PrettyJson<'a>
impl<'a> UnwindSafe for PrettyJson<'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