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

Methods

impl Start
[src]

Trait Implementations

impl Debug for Start
[src]

Formats the value using the given formatter.

impl PartialEq for Start
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Start
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more