Struct lapin_futures_tls_api::lapin::channel::ConfirmSelectOptions
source · pub struct ConfirmSelectOptions {
pub nowait: bool,
}Fields§
§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 ConfirmSelectOptions
impl Clone for ConfirmSelectOptions
source§fn clone(&self) -> ConfirmSelectOptions
fn clone(&self) -> ConfirmSelectOptions
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 ConfirmSelectOptions
impl Debug for ConfirmSelectOptions
source§impl Default for ConfirmSelectOptions
impl Default for ConfirmSelectOptions
source§fn default() -> ConfirmSelectOptions
fn default() -> ConfirmSelectOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for ConfirmSelectOptions
impl PartialEq for ConfirmSelectOptions
source§fn eq(&self, other: &ConfirmSelectOptions) -> bool
fn eq(&self, other: &ConfirmSelectOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConfirmSelectOptions
Auto Trait Implementations§
impl Freeze for ConfirmSelectOptions
impl RefUnwindSafe for ConfirmSelectOptions
impl Send for ConfirmSelectOptions
impl Sync for ConfirmSelectOptions
impl Unpin for ConfirmSelectOptions
impl UnwindSafe for ConfirmSelectOptions
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)