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: ShortUInt
reply-code (Generated)
reply_text: ShortString
reply-text (Generated)
class_id: ShortUInt
class-id (Generated)
method_id: ShortUInt
method-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
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more