Struct rustc_serialize::json::FormatShim [−][src]
struct FormatShim<'a, 'b> {
inner: &'a mut Formatter<'b>,
}
Fields
inner: &'a mut Formatter<'b>
Trait Implementations
Writes a string slice into this writer, returning whether the write succeeded. Read more
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for FormatShim<'a, 'b>
impl<'a, 'b> !Send for FormatShim<'a, 'b>
impl<'a, 'b> !Sync for FormatShim<'a, 'b>
impl<'a, 'b> Unpin for FormatShim<'a, 'b> where
'b: 'a,
impl<'a, 'b> !UnwindSafe for FormatShim<'a, 'b>
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