Struct amq_protocol::connection::start_ok::Mechanism
[−]
[src]
pub struct Mechanism { pub value: ShortString, }
Fields
value: ShortString
Methods
impl Mechanism
[src]
fn amqp_name() -> String
fn amqp_type() -> String
fn domain() -> Option<String>
fn default_value() -> Option<ShortString>
Trait Implementations
impl Debug for Mechanism
[src]
impl PartialEq for Mechanism
[src]
fn eq(&self, __arg_0: &Mechanism) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Mechanism) -> bool
This method tests for !=
.
impl Clone for Mechanism
[src]
fn clone(&self) -> Mechanism
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more