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