Struct zoom_api::types::ParticipantQos [−][src]
pub struct ParticipantQos {Show 13 fields
pub device: String,
pub domain: String,
pub harddisk_id: String,
pub ip_address: String,
pub join_time: Option<DateTime<Utc>>,
pub leave_time: Option<DateTime<Utc>>,
pub location: String,
pub mac_addr: String,
pub pc_name: String,
pub user_id: String,
pub user_name: String,
pub user_qos: Vec<UserQos>,
pub version: String,
}Expand description
Participant QOS.
Fields
device: StringParticipant QOS.
domain: StringParticipant QOS.
harddisk_id: StringParticipant QOS.
ip_address: StringParticipant QOS.
join_time: Option<DateTime<Utc>>Participant QOS.
leave_time: Option<DateTime<Utc>>Participant QOS.
location: StringParticipant QOS.
mac_addr: StringParticipant QOS.
pc_name: StringParticipant QOS.
user_id: StringParticipant QOS.
user_name: StringParticipant QOS.
user_qos: Vec<UserQos>Participant QOS.
version: StringParticipant QOS.
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 ParticipantQos
impl Send for ParticipantQos
impl Sync for ParticipantQos
impl Unpin for ParticipantQos
impl UnwindSafe for ParticipantQos
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more