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