Struct amqp0_primitives::amqp8_0::access::Request
[−]
[src]
pub struct Request<'a> { /* fields omitted */ }
Methods
impl<'a> Request<'a>
[src]
fn new<R>(realm: R,
exclusive: bool,
passive: bool,
active: bool,
write: bool,
read: bool)
-> Self where R: Into<Cow<'a, str>>
exclusive: bool,
passive: bool,
active: bool,
write: bool,
read: bool)
-> Self where R: Into<Cow<'a, str>>