Struct docker_api::container::BlkioStats [−][src]
pub struct BlkioStats { pub io_service_bytes_recursive: Vec<BlkioStat>, pub io_serviced_recursive: Vec<BlkioStat>, pub io_queue_recursive: Vec<BlkioStat>, pub io_service_time_recursive: Vec<BlkioStat>, pub io_wait_time_recursive: Vec<BlkioStat>, pub io_merged_recursive: Vec<BlkioStat>, pub io_time_recursive: Vec<BlkioStat>, pub sectors_recursive: Vec<BlkioStat>, }
Fields
io_service_bytes_recursive: Vec<BlkioStat>
io_serviced_recursive: Vec<BlkioStat>
io_queue_recursive: Vec<BlkioStat>
io_service_time_recursive: Vec<BlkioStat>
io_wait_time_recursive: Vec<BlkioStat>
io_merged_recursive: Vec<BlkioStat>
io_time_recursive: Vec<BlkioStat>
sectors_recursive: Vec<BlkioStat>
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for BlkioStats
impl Send for BlkioStats
impl Sync for BlkioStats
impl Unpin for BlkioStats
impl UnwindSafe for BlkioStats
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more