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