Struct amq_protocol::protocol::connection::Start [] [src]

pub struct Start {
    pub version_major: ShortShortUInt,
    pub version_minor: ShortShortUInt,
    pub server_properties: FieldTable,
    pub mechanisms: LongString,
    pub locales: LongString,
}

Fields

Trait Implementations

impl Clone for Start
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.