pub struct QueuePurgeOptions {
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 QueuePurgeOptions
impl Clone for QueuePurgeOptions
Source§fn clone(&self) -> QueuePurgeOptions
fn clone(&self) -> QueuePurgeOptions
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 QueuePurgeOptions
impl Debug for QueuePurgeOptions
Source§impl Default for QueuePurgeOptions
impl Default for QueuePurgeOptions
Source§fn default() -> QueuePurgeOptions
fn default() -> QueuePurgeOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for QueuePurgeOptions
impl PartialEq for QueuePurgeOptions
impl StructuralPartialEq for QueuePurgeOptions
Auto Trait Implementations§
impl Freeze for QueuePurgeOptions
impl RefUnwindSafe for QueuePurgeOptions
impl Send for QueuePurgeOptions
impl Sync for QueuePurgeOptions
impl Unpin for QueuePurgeOptions
impl UnwindSafe for QueuePurgeOptions
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