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,
}Expand description
close (Generated)
Fields
reply_code: ShortUIntreply-code (Generated)
reply_text: ShortStringreply-text (Generated)
class_id: ShortUIntclass-id (Generated)
method_id: ShortUIntmethod-id (Generated)
Implementations
Get the AMQP class id for close (Generated)
Get the AMQP method id for close (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Close
impl UnwindSafe for Close
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more