pub struct WorkerGroup { /* private fields */ }Implementations§
Source§impl WorkerGroup
impl WorkerGroup
pub fn worker_count(&self) -> u16
Trait Implementations§
Source§impl Clone for WorkerGroup
impl Clone for WorkerGroup
Source§fn clone(&self) -> WorkerGroup
fn clone(&self) -> WorkerGroup
Returns a duplicate of the value. Read more
1.0.0 · 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 WorkerGroup
impl Debug for WorkerGroup
Source§impl Hash for WorkerGroup
impl Hash for WorkerGroup
Source§impl Ord for WorkerGroup
impl Ord for WorkerGroup
Source§fn cmp(&self, other: &WorkerGroup) -> Ordering
fn cmp(&self, other: &WorkerGroup) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorkerGroup
impl PartialEq for WorkerGroup
Source§impl PartialOrd for WorkerGroup
impl PartialOrd for WorkerGroup
impl Copy for WorkerGroup
impl Eq for WorkerGroup
impl StructuralPartialEq for WorkerGroup
Auto Trait Implementations§
impl Freeze for WorkerGroup
impl RefUnwindSafe for WorkerGroup
impl Send for WorkerGroup
impl Sync for WorkerGroup
impl Unpin for WorkerGroup
impl UnwindSafe for WorkerGroup
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.