Struct tokio_threadpool::WorkerId [−][src]
Identifies a thread pool worker.
This identifier is unique scoped by the thread pool. It is possible that different thread pool instances share worker identifier values.
Implementations
impl WorkerId
[src][−]
pub fn to_usize(&self) -> usize
[src][−]
Returns this identifier represented as an integer.
Worker identifiers in a single thread pool are guaranteed to correspond to integers in the
range 0..pool_size
.
Trait Implementations
impl Clone for WorkerId
[src][+]
impl Debug for WorkerId
[src][+]
impl Eq for WorkerId
[src]
impl Hash for WorkerId
[src][+]
impl PartialEq<WorkerId> for WorkerId
[src][+]
impl StructuralEq for WorkerId
[src]
impl StructuralPartialEq for WorkerId
[src]
Auto Trait Implementations
impl RefUnwindSafe for WorkerId
impl Send for WorkerId
impl Sync for WorkerId
impl Unpin for WorkerId
impl UnwindSafe for WorkerId
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,