Struct rs_es::json::NoOuter [] [src]

pub struct NoOuter;

No outer options

Literally serializes to nothing

Trait Implementations

impl Debug for NoOuter
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for NoOuter
[src]

fn default() -> NoOuter

Returns the "default value" for a type. Read more

impl Serialize for NoOuter
[src]

fn serialize<S>(&self, _: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.