Struct rustc_ap_rustc_serialize::json::AsPrettyJson [−][src]
pub struct AsPrettyJson<'a, T> { /* fields omitted */ }
Implementations
impl<'a, T> AsPrettyJson<'a, T>
[src]
impl<'a, T> AsPrettyJson<'a, T>
[src]pub fn indent(self, indent: usize) -> AsPrettyJson<'a, T>
[src]
pub fn indent(self, indent: usize) -> AsPrettyJson<'a, T>
[src]Sets the indentation level for the emitted JSON
Trait Implementations
impl<'a, T: for<'x> Encodable<PrettyEncoder<'x>>> Display for AsPrettyJson<'a, T>
[src]
impl<'a, T: for<'x> Encodable<PrettyEncoder<'x>>> Display for AsPrettyJson<'a, T>
[src]Auto Trait Implementations
impl<'a, T> RefUnwindSafe for AsPrettyJson<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for AsPrettyJson<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Sync for AsPrettyJson<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for AsPrettyJson<'a, T>
impl<'a, T> UnwindSafe for AsPrettyJson<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more