Struct amqpr_codec::frame::method::connection::StartMethod
[−]
[src]
pub struct StartMethod {
pub version_major: u8,
pub version_minor: u8,
pub server_properties: HashMap<String, FieldArgument>,
pub mechanisms: String,
pub locales: String,
}Fields
version_major: u8
version_minor: u8
server_properties: HashMap<String, FieldArgument>
mechanisms: String
locales: String
Trait Implementations
impl PartialEq for StartMethod[src]
fn eq(&self, __arg_0: &StartMethod) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StartMethod) -> bool[src]
This method tests for !=.
impl Clone for StartMethod[src]
fn clone(&self) -> StartMethod[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more