pub struct NumThreadsStage(/* private fields */);Expand description
The builder stage expecting the num_threads value.
Implementations§
Source§impl NumThreadsStage
impl NumThreadsStage
Sourcepub fn num_threads<'a>(self, num_threads: usize) -> FinalStage<'a>
pub fn num_threads<'a>(self, num_threads: usize) -> FinalStage<'a>
Auto Trait Implementations§
impl Freeze for NumThreadsStage
impl RefUnwindSafe for NumThreadsStage
impl Send for NumThreadsStage
impl Sync for NumThreadsStage
impl Unpin for NumThreadsStage
impl UnsafeUnpin for NumThreadsStage
impl UnwindSafe for NumThreadsStage
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