Struct amqp0_primitives::amqp9_0::exchange::Declare
[−]
[src]
pub struct Declare<'a> { /* fields omitted */ }
Methods
impl<'a> Declare<'a>
[src]
fn new<E, T, A>(ticket: u16,
exchange: E,
ty: T,
passive: bool,
durable: bool,
auto_delete: bool,
internal: bool,
nowait: bool,
arguments: A)
-> Self where E: Into<Cow<'a, str>>, T: Into<Cow<'a, str>>, A: Into<Table<'a>>
exchange: E,
ty: T,
passive: bool,
durable: bool,
auto_delete: bool,
internal: bool,
nowait: bool,
arguments: A)
-> Self where E: Into<Cow<'a, str>>, T: Into<Cow<'a, str>>, A: Into<Table<'a>>