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