Struct serde_derive_internals::attr::Name
[−]
[src]
pub struct Name { /* fields omitted */ }
Methods
impl Name
[src]
fn serialize_name(&self) -> String
Return the container name for the container when serializing.
fn deserialize_name(&self) -> String
Return the container name for the container when deserializing.