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,
}
Expand description
request (Generated)
Fields
realm: ShortString
realm (Generated)
exclusive: Boolean
exclusive (Generated)
passive: Boolean
passive (Generated)
active: Boolean
active (Generated)
write: Boolean
write (Generated)
read: Boolean
read (Generated)
Implementations
Get the AMQP class id for request (Generated)
Get the AMQP method id for request (Generated)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Request
impl UnwindSafe for Request
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more