Struct rustc_serialize::json::AsJson [−][src]
pub struct AsJson<'a, T> {
inner: &'a T,
}
Fields
inner: &'a T
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for AsJson<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for AsJson<'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: 8 bytes