Struct zoom_api::types::GetCallQoSResponse [−][src]
pub struct GetCallQoSResponse {
pub call_id: String,
pub callee_qos: Option<CalleeQos>,
pub caller_qos: Option<CallerQos>,
}Fields
call_id: StringUser’s first name.
callee_qos: Option<CalleeQos>caller_qos: Option<CallerQos>Quality of Service object that represents the call quality data of the caller.
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 GetCallQoSResponse
impl Send for GetCallQoSResponse
impl Sync for GetCallQoSResponse
impl Unpin for GetCallQoSResponse
impl UnwindSafe for GetCallQoSResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more