pub struct DelQueueParams {
pub queue: Option<i64>,
}Expand description
Parameters for Client::del_queue (wire method delQueue).
Fields§
§queue: Option<i64>Trait Implementations§
Source§impl Clone for DelQueueParams
impl Clone for DelQueueParams
Source§fn clone(&self) -> DelQueueParams
fn clone(&self) -> DelQueueParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DelQueueParams
impl Debug for DelQueueParams
Source§impl Default for DelQueueParams
impl Default for DelQueueParams
Source§fn default() -> DelQueueParams
fn default() -> DelQueueParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DelQueueParams
impl RefUnwindSafe for DelQueueParams
impl Send for DelQueueParams
impl Sync for DelQueueParams
impl Unpin for DelQueueParams
impl UnsafeUnpin for DelQueueParams
impl UnwindSafe for DelQueueParams
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