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