Struct serde_codegen_internals::attr::Name [] [src]

pub struct Name {
    // some fields omitted
}

Methods

impl Name
[src]

fn serialize_name(&self) -> InternedString

Return the container name for the container when serializing.

fn deserialize_name(&self) -> InternedString

Return the container name for the container when deserializing.

Trait Implementations

impl Debug for Name
[src]

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

Formats the value using the given formatter.