pub struct QueueNextBatchOpts {
pub names: Option<Vec<String>>,
pub count: u32,
pub timeout: Option<Duration>,
pub signal: Option<CancellationToken>,
pub completable: bool,
}Fields§
§names: Option<Vec<String>>§count: u32§timeout: Option<Duration>§signal: Option<CancellationToken>§completable: boolTrait Implementations§
Source§impl Clone for QueueNextBatchOpts
impl Clone for QueueNextBatchOpts
Source§fn clone(&self) -> QueueNextBatchOpts
fn clone(&self) -> QueueNextBatchOpts
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 QueueNextBatchOpts
impl Debug for QueueNextBatchOpts
Auto Trait Implementations§
impl Freeze for QueueNextBatchOpts
impl RefUnwindSafe for QueueNextBatchOpts
impl Send for QueueNextBatchOpts
impl Sync for QueueNextBatchOpts
impl Unpin for QueueNextBatchOpts
impl UnsafeUnpin for QueueNextBatchOpts
impl UnwindSafe for QueueNextBatchOpts
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