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