Struct rustc_serialize::json::PrettyJson [−][src]
pub struct PrettyJson<'a> {
inner: &'a Json,
}
Fields
inner: &'a Json
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
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: 8 bytes