pub struct QueueBindOptions {
pub nowait: Boolean,
}Fields§
§nowait: BooleanTrait Implementations§
Source§impl Clone for QueueBindOptions
impl Clone for QueueBindOptions
Source§fn clone(&self) -> QueueBindOptions
fn clone(&self) -> QueueBindOptions
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 QueueBindOptions
impl Debug for QueueBindOptions
Source§impl Default for QueueBindOptions
impl Default for QueueBindOptions
Source§fn default() -> QueueBindOptions
fn default() -> QueueBindOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for QueueBindOptions
impl PartialEq for QueueBindOptions
impl Copy for QueueBindOptions
impl StructuralPartialEq for QueueBindOptions
Auto Trait Implementations§
impl Freeze for QueueBindOptions
impl RefUnwindSafe for QueueBindOptions
impl Send for QueueBindOptions
impl Sync for QueueBindOptions
impl Unpin for QueueBindOptions
impl UnsafeUnpin for QueueBindOptions
impl UnwindSafe for QueueBindOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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