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