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