[−][src]Trait amq_protocol::codegen::Named
Trait allowing us to get the name of an implementor in different forms
Required methods
fn name(&self) -> String
Get the raw name
fn camel_name(&self) -> String
Get the name converted to camel case
fn snake_name(&self) -> String
Get the name converted to snake case