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