pub struct OsdStats {
pub snap_trim_queue_len: i32,
pub kb: i32,
pub fs_perf_stat: Option<FsPerfStat>,
pub hb_in: Option<Vec<i32>>,
pub num_snap_trimming: i32,
pub hb_out: Option<Vec<i32>>,
pub kb_avail: i32,
pub kb_used: i32,
pub op_queue_age_hist: OpQueueAgeHist,
pub osd: i32,
}Fields§
§snap_trim_queue_len: i32§kb: i32§fs_perf_stat: Option<FsPerfStat>§hb_in: Option<Vec<i32>>§num_snap_trimming: i32§hb_out: Option<Vec<i32>>§kb_avail: i32§kb_used: i32§op_queue_age_hist: OpQueueAgeHist§osd: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for OsdStats
impl<'de> Deserialize<'de> for OsdStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for OsdStats
Auto Trait Implementations§
impl Freeze for OsdStats
impl RefUnwindSafe for OsdStats
impl Send for OsdStats
impl Sync for OsdStats
impl Unpin for OsdStats
impl UnwindSafe for OsdStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more