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