Struct amq_protocol::protocol::basic::RecoverAsync
source · pub struct RecoverAsync {
pub requeue: Boolean,
}
Expand description
recover-async (Generated)
Fields§
§requeue: Boolean
requeue (Generated)
Implementations§
source§impl RecoverAsync
impl RecoverAsync
sourcepub fn get_amqp_class_id(&self) -> Identifier
pub fn get_amqp_class_id(&self) -> Identifier
Get the AMQP class id for recover-async (Generated)
sourcepub fn get_amqp_method_id(&self) -> Identifier
pub fn get_amqp_method_id(&self) -> Identifier
Get the AMQP method id for recover-async (Generated)
Trait Implementations§
source§impl Clone for RecoverAsync
impl Clone for RecoverAsync
source§fn clone(&self) -> RecoverAsync
fn clone(&self) -> RecoverAsync
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RecoverAsync
impl Debug for RecoverAsync
source§impl Default for RecoverAsync
impl Default for RecoverAsync
source§fn default() -> RecoverAsync
fn default() -> RecoverAsync
Returns the “default value” for a type. Read more
source§impl PartialEq<RecoverAsync> for RecoverAsync
impl PartialEq<RecoverAsync> for RecoverAsync
source§fn eq(&self, other: &RecoverAsync) -> bool
fn eq(&self, other: &RecoverAsync) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RecoverAsync
Auto Trait Implementations§
impl RefUnwindSafe for RecoverAsync
impl Send for RecoverAsync
impl Sync for RecoverAsync
impl Unpin for RecoverAsync
impl UnwindSafe for RecoverAsync
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more