Struct zoom_api::types::Options [−][src]
pub struct Options {
pub billing_auto_renew: bool,
pub meeting_connector_list: Vec<String>,
pub pay_mode: Option<PayMode>,
pub room_connector_list: Vec<String>,
pub share_mc: bool,
pub share_rc: bool,
}Expand description
Account options object.
Fields
billing_auto_renew: boolAccount options object.
meeting_connector_list: Vec<String>Account options object.
pay_mode: Option<PayMode>Account options object.
room_connector_list: Vec<String>Account options object.
Account options object.
Account options object.
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 Options
impl UnwindSafe for Options
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more