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