Struct lapin_futures_tls_api::lapin::channel::BasicGetOptions
source · pub struct BasicGetOptions {
pub ticket: u16,
pub no_ack: bool,
}Fields§
§ticket: u16§no_ack: boolIf this field is set the server does not expect acknowledgements for messages. That is, when a message is delivered to the client the server assumes the delivery will succeed and immediately dequeues it.
Trait Implementations§
source§impl Clone for BasicGetOptions
impl Clone for BasicGetOptions
source§fn clone(&self) -> BasicGetOptions
fn clone(&self) -> BasicGetOptions
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 BasicGetOptions
impl Debug for BasicGetOptions
source§impl Default for BasicGetOptions
impl Default for BasicGetOptions
source§fn default() -> BasicGetOptions
fn default() -> BasicGetOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for BasicGetOptions
impl PartialEq for BasicGetOptions
source§fn eq(&self, other: &BasicGetOptions) -> bool
fn eq(&self, other: &BasicGetOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BasicGetOptions
Auto Trait Implementations§
impl Freeze for BasicGetOptions
impl RefUnwindSafe for BasicGetOptions
impl Send for BasicGetOptions
impl Sync for BasicGetOptions
impl Unpin for BasicGetOptions
impl UnwindSafe for BasicGetOptions
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)