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