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