Struct scheduled_thread_pool::builder::NumThreadsStage
source · pub struct NumThreadsStage(_);
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 RefUnwindSafe for NumThreadsStage
impl Send for NumThreadsStage
impl Sync for NumThreadsStage
impl Unpin 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