Struct zoom_api::types::VirtualBackgroundSettings [−][src]
pub struct VirtualBackgroundSettings {
pub allow_upload_custom: bool,
pub allow_videos: bool,
pub enable: bool,
pub files: Vec<Files>,
}Expand description
Settings to manage virtual background.
Fields
allow_upload_custom: boolSettings to manage virtual background.
allow_videos: boolSettings to manage virtual background.
enable: boolSettings to manage virtual background.
files: Vec<Files>Settings to manage virtual background.
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 VirtualBackgroundSettings
impl Send for VirtualBackgroundSettings
impl Sync for VirtualBackgroundSettings
impl Unpin for VirtualBackgroundSettings
impl UnwindSafe for VirtualBackgroundSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more