Struct amq_protocol::protocol::basic::RecoverAsync [−][src]
pub struct RecoverAsync {
pub requeue: Boolean,
}Fields
requeue: Boolean
Trait Implementations
impl Clone for RecoverAsync[src]
impl Clone for RecoverAsyncfn clone(&self) -> RecoverAsync[src]
fn clone(&self) -> RecoverAsyncReturns 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 RecoverAsync[src]
impl Debug for RecoverAsyncfn 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 RecoverAsync[src]
impl PartialEq for RecoverAsyncfn eq(&self, other: &RecoverAsync) -> bool[src]
fn eq(&self, other: &RecoverAsync) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RecoverAsync) -> bool[src]
fn ne(&self, other: &RecoverAsync) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for RecoverAsync
impl Send for RecoverAsyncimpl Sync for RecoverAsync
impl Sync for RecoverAsync