Struct rustc_serialize::json::AsPrettyJson
source · [−]pub struct AsPrettyJson<'a, T: 'a> { /* private fields */ }
Implementations
sourceimpl<'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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more