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