Struct amqp0_primitives::amqp9_1::channel::Close
[−]
[src]
pub struct Close<'a> { /* fields omitted */ }
pub struct Close<'a> { /* fields omitted */ }
impl<'a> Close<'a>
[src]fn new<R>(reply_code: u16, reply_text: R, class_id: u16, method_id: u16) -> Self where R: Into<Cow<'a, str>>
fn reply_code(&self) -> u16
fn reply_text(&self) -> &str
fn class_id(&self) -> u16
fn method_id(&self) -> u16
impl<'a> Payload for Close<'a>
[src]