Struct amqp0_primitives::rabbitmq9_1::connection::Start
[−]
[src]
pub struct Start<'a> { /* fields omitted */ }
Methods
impl<'a> Start<'a>
[src]
fn new<S, M, L>(version_major: u8,
version_minor: u8,
server_properties: S,
mechanisms: M,
locales: L)
-> Self where S: Into<Table<'a>>, M: Into<Cow<'a, [u8]>>, L: Into<Cow<'a, [u8]>>
version_minor: u8,
server_properties: S,
mechanisms: M,
locales: L)
-> Self where S: Into<Table<'a>>, M: Into<Cow<'a, [u8]>>, L: Into<Cow<'a, [u8]>>