Struct zoom_api::types::ZoomRoom [−][src]
pub struct ZoomRoom {Show 14 fields
pub account_type: String,
pub calender_name: String,
pub camera: String,
pub device_ip: String,
pub email: String,
pub health: String,
pub id: String,
pub issues: Vec<String>,
pub last_start_time: String,
pub location: String,
pub microphone: String,
pub room_name: String,
pub speaker: String,
pub status: String,
}Expand description
Zoom room.
Fields
account_type: StringZoom room.
calender_name: StringZoom room.
camera: StringZoom room.
device_ip: StringZoom room.
email: StringZoom room.
health: StringZoom room.
id: StringZoom room.
issues: Vec<String>Zoom room.
last_start_time: StringZoom room.
location: StringZoom room.
microphone: StringZoom room.
room_name: StringZoom room.
speaker: StringZoom room.
status: StringZoom room.
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 ZoomRoom
impl UnwindSafe for ZoomRoom
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more