Struct amq_protocol::queue::bind_ok::BindOk
[−]
[src]
pub struct BindOk {}
Methods
impl BindOk
[src]
Trait Implementations
impl Debug for BindOk
[src]
impl PartialEq for BindOk
[src]
fn eq(&self, __arg_0: &BindOk) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Clone for BindOk
[src]
fn clone(&self) -> BindOk
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more