Struct zoom_api::types::CpuUsage [−][src]
pub struct CpuUsage {
pub system_max_cpu_usage: String,
pub zoom_avg_cpu_usage: String,
pub zoom_max_cpu_usage: String,
pub zoom_min_cpu_usage: String,
}Fields
system_max_cpu_usage: StringUser’s first name.
zoom_avg_cpu_usage: StringUser’s first name.
zoom_max_cpu_usage: StringUser’s first name.
zoom_min_cpu_usage: StringUser’s first name.
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 CpuUsage
impl UnwindSafe for CpuUsage
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more