[][src]Struct lustre_collector::types::JobStatOst

pub struct JobStatOst {
    pub job_id: String,
    pub snapshot_time: i64,
    pub read_bytes: BytesStat,
    pub write_bytes: BytesStat,
    pub getattr: ReqsStat,
    pub setattr: ReqsStat,
    pub punch: ReqsStat,
    pub sync: ReqsStat,
    pub destroy: ReqsStat,
    pub create: ReqsStat,
    pub statfs: ReqsStat,
    pub get_info: ReqsStat,
    pub set_info: ReqsStat,
    pub quotactl: ReqsStat,
}

Fields

job_id: Stringsnapshot_time: i64read_bytes: BytesStatwrite_bytes: BytesStatgetattr: ReqsStatsetattr: ReqsStatpunch: ReqsStatsync: ReqsStatdestroy: ReqsStatcreate: ReqsStatstatfs: ReqsStatget_info: ReqsStatset_info: ReqsStatquotactl: ReqsStat

Trait Implementations

impl Debug for JobStatOst[src]

impl<'de> Deserialize<'de> for JobStatOst[src]

impl PartialEq<JobStatOst> for JobStatOst[src]

impl Serialize for JobStatOst[src]

impl StructuralPartialEq for JobStatOst[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> 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.