pub struct BuildParallelism { /* private fields */ }Expand description
Runtime-only worker limit for independent construction work.
Implementations§
Trait Implementations§
Source§impl Clone for BuildParallelism
impl Clone for BuildParallelism
Source§fn clone(&self) -> BuildParallelism
fn clone(&self) -> BuildParallelism
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 moreimpl Copy for BuildParallelism
Source§impl Debug for BuildParallelism
impl Debug for BuildParallelism
Source§impl Default for BuildParallelism
impl Default for BuildParallelism
impl Eq for BuildParallelism
Source§impl PartialEq for BuildParallelism
impl PartialEq for BuildParallelism
impl StructuralPartialEq for BuildParallelism
Auto Trait Implementations§
impl Freeze for BuildParallelism
impl RefUnwindSafe for BuildParallelism
impl Send for BuildParallelism
impl Sync for BuildParallelism
impl Unpin for BuildParallelism
impl UnsafeUnpin for BuildParallelism
impl UnwindSafe for BuildParallelism
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more