Struct rustc_serialize::json::AsPrettyJson [−][src]
Fields
inner: &'a T
indent: Option<usize>
Implementations
Sets 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
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes