Struct amq_protocol::connection::start::Start
[−]
[src]
pub struct Start { pub version_major: VersionMajor, pub version_minor: VersionMinor, pub server_properties: ServerProperties, pub mechanisms: Mechanisms, pub locales: Locales, }
Fields
version_major: VersionMajor
version_minor: VersionMinor
server_properties: ServerProperties
mechanisms: Mechanisms
locales: Locales
Methods
impl Start
[src]
Trait Implementations
impl Debug for Start
[src]
impl PartialEq for Start
[src]
fn eq(&self, __arg_0: &Start) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Start) -> bool
This method tests for !=
.
impl Clone for Start
[src]
fn clone(&self) -> Start
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