Struct file_system::metrics::prometheus_static_scope_1::IOBytesVec[][src]

pub struct IOBytesVec {
    pub other: IOBytesVec2,
    pub foreground_read: IOBytesVec2,
    pub foreground_write: IOBytesVec2,
    pub flush: IOBytesVec2,
    pub compaction: IOBytesVec2,
    pub level_zero_compaction: IOBytesVec2,
    pub replication: IOBytesVec2,
    pub load_balance: IOBytesVec2,
    pub gc: IOBytesVec2,
    pub import: IOBytesVec2,
    pub export: IOBytesVec2,
}

Fields

other: IOBytesVec2foreground_read: IOBytesVec2foreground_write: IOBytesVec2flush: IOBytesVec2compaction: IOBytesVec2level_zero_compaction: IOBytesVec2replication: IOBytesVec2load_balance: IOBytesVec2gc: IOBytesVec2import: IOBytesVec2export: IOBytesVec2

Implementations

impl IOBytesVec[src]

pub fn from(m: &IntCounterVec) -> IOBytesVec[src]

pub fn get(&self, value: IOType) -> &IOBytesVec2[src]

pub fn try_get(&self, value: &str) -> Option<&IOBytesVec2>[src]

Auto Trait Implementations

impl RefUnwindSafe for IOBytesVec

impl Send for IOBytesVec

impl Sync for IOBytesVec

impl Unpin for IOBytesVec

impl UnwindSafe for IOBytesVec

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<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, 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.