Struct rustc_serialize::json::AsPrettyJson
source · pub struct AsPrettyJson<'a, T: 'a> { /* private fields */ }
Implementations§
source§impl<'a, T> AsPrettyJson<'a, T>
impl<'a, T> AsPrettyJson<'a, T>
sourcepub fn indent(self, indent: u32) -> AsPrettyJson<'a, T>
pub fn indent(self, indent: u32) -> AsPrettyJson<'a, T>
Set the indentation level for the emitted JSON
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for AsPrettyJson<'a, T>where T: RefUnwindSafe,
impl<'a, T> Send for AsPrettyJson<'a, T>where T: Sync,
impl<'a, T> Sync for AsPrettyJson<'a, T>where T: Sync,
impl<'a, T> Unpin for AsPrettyJson<'a, T>
impl<'a, T> UnwindSafe for AsPrettyJson<'a, T>where T: RefUnwindSafe,
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