Struct lapin_async::generated::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]
fn clone(&self) -> Request[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Request[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more