pub struct BasicRecoverAsyncOptions {
pub requeue: Boolean,
}
๐Deprecated: use lapin instead
Fieldsยง
ยงrequeue: Boolean
๐Deprecated: use lapin instead
Trait Implementationsยง
Sourceยงimpl Clone for BasicRecoverAsyncOptions
impl Clone for BasicRecoverAsyncOptions
Sourceยงfn clone(&self) -> BasicRecoverAsyncOptions
fn clone(&self) -> BasicRecoverAsyncOptions
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 BasicRecoverAsyncOptions
impl Debug for BasicRecoverAsyncOptions
Sourceยงimpl Default for BasicRecoverAsyncOptions
impl Default for BasicRecoverAsyncOptions
Sourceยงfn default() -> BasicRecoverAsyncOptions
fn default() -> BasicRecoverAsyncOptions
Returns the โdefault valueโ for a type. Read more
impl StructuralPartialEq for BasicRecoverAsyncOptions
Auto Trait Implementationsยง
impl Freeze for BasicRecoverAsyncOptions
impl RefUnwindSafe for BasicRecoverAsyncOptions
impl Send for BasicRecoverAsyncOptions
impl Sync for BasicRecoverAsyncOptions
impl Unpin for BasicRecoverAsyncOptions
impl UnwindSafe for BasicRecoverAsyncOptions
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