Struct bollard::container::BlkioStats
source · pub struct BlkioStats {
pub io_service_bytes_recursive: Option<Vec<BlkioStatsEntry>>,
pub io_serviced_recursive: Option<Vec<BlkioStatsEntry>>,
pub io_queue_recursive: Option<Vec<BlkioStatsEntry>>,
pub io_service_time_recursive: Option<Vec<BlkioStatsEntry>>,
pub io_wait_time_recursive: Option<Vec<BlkioStatsEntry>>,
pub io_merged_recursive: Option<Vec<BlkioStatsEntry>>,
pub io_time_recursive: Option<Vec<BlkioStatsEntry>>,
pub sectors_recursive: Option<Vec<BlkioStatsEntry>>,
}
Expand description
I/O statistics for the container.
Fields§
§io_service_bytes_recursive: Option<Vec<BlkioStatsEntry>>
§io_serviced_recursive: Option<Vec<BlkioStatsEntry>>
§io_queue_recursive: Option<Vec<BlkioStatsEntry>>
§io_service_time_recursive: Option<Vec<BlkioStatsEntry>>
§io_wait_time_recursive: Option<Vec<BlkioStatsEntry>>
§io_merged_recursive: Option<Vec<BlkioStatsEntry>>
§io_time_recursive: Option<Vec<BlkioStatsEntry>>
§sectors_recursive: Option<Vec<BlkioStatsEntry>>
Trait Implementations§
source§impl Clone for BlkioStats
impl Clone for BlkioStats
source§fn clone(&self) -> BlkioStats
fn clone(&self) -> BlkioStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BlkioStats
impl Debug for BlkioStats
source§impl<'de> Deserialize<'de> for BlkioStats
impl<'de> Deserialize<'de> for BlkioStats
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
source§impl PartialEq for BlkioStats
impl PartialEq for BlkioStats
source§impl Serialize for BlkioStats
impl Serialize for BlkioStats
impl StructuralPartialEq for BlkioStats
Auto Trait Implementations§
impl Freeze for BlkioStats
impl RefUnwindSafe for BlkioStats
impl Send for BlkioStats
impl Sync for BlkioStats
impl Unpin for BlkioStats
impl UnwindSafe for BlkioStats
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)