Enum amq_protocol::protocol::access::AMQPMethod [−][src]
Expand description
The available methods in access
Variants
Request(Request)
Tuple Fields
0: Request
request (Generated)
RequestOk(RequestOk)
Tuple Fields
0: RequestOk
request-ok (Generated)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AMQPMethod
impl Send for AMQPMethod
impl Sync for AMQPMethod
impl Unpin for AMQPMethod
impl UnwindSafe for AMQPMethod
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