Struct zoom_api::types::ClientSatisfaction [−][src]
pub struct ClientSatisfaction {
pub date: Option<NaiveDate>,
pub good_count: i64,
pub none_count: i64,
pub not_good_count: i64,
pub satisfaction_percent: i64,
}Fields
date: Option<NaiveDate>Start Date.
good_count: i64Account seats.
none_count: i64Account seats.
not_good_count: i64Account seats.
satisfaction_percent: i64Account seats.
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 ClientSatisfaction
impl Send for ClientSatisfaction
impl Sync for ClientSatisfaction
impl Unpin for ClientSatisfaction
impl UnwindSafe for ClientSatisfaction
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more