Struct amqp0_primitives::amqp8_0::test::Table
[−]
[src]
pub struct Table<'a> { /* fields omitted */ }
pub struct Table<'a> { /* fields omitted */ }
impl<'a> Table<'a>
[src]fn new<T>(table: T, integer_op: u8, string_op: u8) -> Self where T: Into<Table<'a>>
fn table(&self) -> &Table<'a>
fn integer_op(&self) -> u8
fn string_op(&self) -> u8
impl<'a> Payload for Table<'a>
[src]