Struct serde_derive_internals::attr::Variant
[−]
[src]
pub struct Variant { /* fields omitted */ }Represents variant attribute information
pub struct Variant { /* fields omitted */ }Represents variant attribute information
impl Variant[src]fn from_ast(cx: &Ctxt, variant: &Variant) -> Self[src]fn name(&self) -> &Name[src]fn rename_by_rule(&mut self, rule: &RenameRule)[src]fn rename_all(&self) -> &RenameRule[src]fn skip_deserializing(&self) -> bool[src]fn skip_serializing(&self) -> bool[src]fn other(&self) -> bool[src]fn serialize_with(&self) -> Option<&Path>[src]fn deserialize_with(&self) -> Option<&Path>[src]impl Debug for Variant[src]