Struct amq_protocol::connection::start_ok::StartOk [] [src]

pub struct StartOk {
    pub client_properties: ClientProperties,
    pub mechanism: Mechanism,
    pub response: Response,
    pub locale: Locale,
}

Fields

Methods

impl StartOk
[src]

Trait Implementations

impl Debug for StartOk
[src]

Formats the value using the given formatter.

impl PartialEq for StartOk
[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 StartOk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more