Struct tikv::server::metrics::GC_KEYS_COUNTER_STATIC[][src]

pub struct GC_KEYS_COUNTER_STATIC {
    __private_field: (),
}

Fields

__private_field: ()

Methods from Deref<Target = GcKeysCounterVec>

pub fn get(&self, enum_value: GcKeysCF) -> &GcKeysCounterVecDelegator[src]

pub fn flush(&self)[src]

Trait Implementations

impl Deref for GC_KEYS_COUNTER_STATIC[src]

type Target = GcKeysCounterVec

The resulting type after dereferencing.

impl LazyStatic for GC_KEYS_COUNTER_STATIC[src]

Auto Trait Implementations

impl RefUnwindSafe for GC_KEYS_COUNTER_STATIC

impl Send for GC_KEYS_COUNTER_STATIC

impl Sync for GC_KEYS_COUNTER_STATIC

impl Unpin for GC_KEYS_COUNTER_STATIC

impl UnwindSafe for GC_KEYS_COUNTER_STATIC

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> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?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]