Struct amqp0_primitives::qpid8_0::connection::StartOk
[−]
[src]
pub struct StartOk<'a> { /* fields omitted */ }
Methods
impl<'a> StartOk<'a>
[src]
fn new<C, M, R, L>(client_properties: C,
mechanism: M,
response: R,
locale: L)
-> Self where C: Into<Table<'a>>,
M: Into<Cow<'a, str>>,
R: Into<Cow<'a, [u8]>>,
L: Into<Cow<'a, str>>
mechanism: M,
response: R,
locale: L)
-> Self where C: Into<Table<'a>>,
M: Into<Cow<'a, str>>,
R: Into<Cow<'a, [u8]>>,
L: Into<Cow<'a, str>>