Struct tikv::coprocessor::interceptors::concurrency_limiter::__ConcurrencyLimiterProjection[][src]

struct __ConcurrencyLimiterProjection<'pin, 'a, PF, F> where
    PF: Future<Output = SemaphorePermit<'a>>,
    F: Future
{ permit_fut: Pin<&'pin mut PF>, fut: Pin<&'pin mut F>, time_limit_without_permit: &'pin mut Duration, execution_time: &'pin mut Duration, state: &'pin mut LimitationState<'a>, _phantom: &'pin mut PhantomData<&'a ()>, }

Fields

permit_fut: Pin<&'pin mut PF>fut: Pin<&'pin mut F>time_limit_without_permit: &'pin mut Durationexecution_time: &'pin mut Durationstate: &'pin mut LimitationState<'a>_phantom: &'pin mut PhantomData<&'a ()>

Auto Trait Implementations

impl<'pin, 'a, PF, F> !RefUnwindSafe for __ConcurrencyLimiterProjection<'pin, 'a, PF, F>

impl<'pin, 'a, PF, F> Send for __ConcurrencyLimiterProjection<'pin, 'a, PF, F> where
    F: Send,
    PF: Send

impl<'pin, 'a, PF, F> Sync for __ConcurrencyLimiterProjection<'pin, 'a, PF, F> where
    F: Sync,
    PF: Sync

impl<'pin, 'a, PF, F> Unpin for __ConcurrencyLimiterProjection<'pin, 'a, PF, F> where
    'a: 'pin, 

impl<'pin, 'a, PF, F> !UnwindSafe for __ConcurrencyLimiterProjection<'pin, 'a, PF, F>

Blanket Implementations

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

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

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

impl<V, W> ConvertFrom<W> for V where
    W: ConvertTo<V>, 
[src]

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

impl<T> Instrument for T[src]

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

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

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

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]