[][src]Struct reool::instrumentation::PoolId

pub struct PoolId(_);

Methods

impl PoolId[src]

pub fn new(id: usize) -> Self[src]

pub fn into_inner(self) -> usize[src]

pub fn inc(&mut self)[src]

Trait Implementations

impl From<PoolId> for usize[src]

impl Clone for PoolId[src]

impl Copy for PoolId[src]

impl Eq for PoolId[src]

impl Ord for PoolId[src]

impl PartialEq<PoolId> for PoolId[src]

impl PartialOrd<PoolId> for PoolId[src]

impl Display for PoolId[src]

impl Debug for PoolId[src]

impl Hash for PoolId[src]

impl StructuralPartialEq for PoolId[src]

impl StructuralEq for PoolId[src]

Auto Trait Implementations

impl Send for PoolId

impl Sync for PoolId

impl Unpin for PoolId

impl UnwindSafe for PoolId

impl RefUnwindSafe for PoolId

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,