Struct amq_protocol::protocol::channel::Close[][src]

pub struct Close {
    pub reply_code: ShortUInt,
    pub reply_text: ShortString,
    pub class_id: ShortUInt,
    pub method_id: ShortUInt,
}

Fields

Trait Implementations

impl Clone for Close
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Close
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Close
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Close

impl Sync for Close