pub struct WorkQueueBuilder<T, C: CodecType> { /* private fields */ }Expand description
Builder for work queues.
Implementations§
Auto Trait Implementations§
impl<T, C> Freeze for WorkQueueBuilder<T, C>
impl<T, C> !RefUnwindSafe for WorkQueueBuilder<T, C>
impl<T, C> Send for WorkQueueBuilder<T, C>where
T: Send,
impl<T, C> Sync for WorkQueueBuilder<T, C>where
T: Sync,
impl<T, C> Unpin for WorkQueueBuilder<T, C>
impl<T, C> !UnwindSafe for WorkQueueBuilder<T, C>
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