pub struct BasicGetArgs {
pub queue: String,
pub no_ack: bool,
}Fields§
§queue: String§no_ack: boolImplementations§
Trait Implementations§
Source§impl Clone for BasicGetArgs
impl Clone for BasicGetArgs
Source§fn clone(&self) -> BasicGetArgs
fn clone(&self) -> BasicGetArgs
Returns a duplicate 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 BasicGetArgs
impl Debug for BasicGetArgs
Source§impl Default for BasicGetArgs
impl Default for BasicGetArgs
Source§fn default() -> BasicGetArgs
fn default() -> BasicGetArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BasicGetArgs
impl RefUnwindSafe for BasicGetArgs
impl Send for BasicGetArgs
impl Sync for BasicGetArgs
impl Unpin for BasicGetArgs
impl UnwindSafe for BasicGetArgs
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