Struct lapin_futures_tls_api::lapin::channel::ExchangeUnbindOptions
source · pub struct ExchangeUnbindOptions {
pub ticket: u16,
pub nowait: bool,
}Fields§
§ticket: u16§nowait: boolIf set, the server will not respond to the method. The client should not wait for a reply method. If the server could not complete the method it will raise a channel or connection exception.
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
source§fn eq(&self, other: &ExchangeUnbindOptions) -> bool
fn eq(&self, other: &ExchangeUnbindOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)