Struct amq_protocol::protocol::access::Request [−][src]
pub struct Request {
pub realm: ShortString,
pub exclusive: Boolean,
pub passive: Boolean,
pub active: Boolean,
pub write: Boolean,
pub read: Boolean,
}Fields
realm: ShortString
exclusive: Boolean
passive: Boolean
active: Boolean
write: Boolean
read: Boolean
Trait Implementations
impl Clone for Request[src]
impl Clone for Requestfn clone(&self) -> Request[src]
fn clone(&self) -> RequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Request[src]
impl Debug for Requestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Request[src]
impl PartialEq for Request