Struct zoom_api::types::UserSettingsInMeeting
source · pub struct UserSettingsInMeeting {Show 37 fields
pub allow_live_streaming: bool,
pub annotation: bool,
pub attendee_on_hold: bool,
pub auto_saving_chat: bool,
pub breakout_room: bool,
pub chat: bool,
pub closed_caption: bool,
pub co_host: bool,
pub custom_data_center_regions: bool,
pub custom_live_streaming_service: bool,
pub custom_service_instructions: String,
pub data_center_regions: Vec<String>,
pub e_2e_encryption: bool,
pub entry_exit_chime: Option<EntryExitChime>,
pub far_end_camera_control: bool,
pub feedback: bool,
pub file_transfer: bool,
pub group_hd: bool,
pub join_from_desktop: bool,
pub join_from_mobile: bool,
pub non_verbal_feedback: bool,
pub polling: bool,
pub private_chat: bool,
pub record_play_voice: bool,
pub remote_control: bool,
pub remote_support: bool,
pub request_permission_to_unmute: bool,
pub screen_sharing: bool,
pub share_dual_camera: bool,
pub show_a_join_from_your_browser_link: bool,
pub show_meeting_control_toolbar: bool,
pub virtual_background: bool,
pub virtual_background_settings: Option<VirtualBackgroundSettings>,
pub waiting_room: bool,
pub who_can_share_screen: Option<WhoCanShareScreen>,
pub who_can_share_screen_when_someone_is_sharing: Option<WhoCanShareScreen>,
pub workplace_by_facebook: bool,
}Expand description
Fields
allow_live_streaming: boolannotation: boolattendee_on_hold: boolauto_saving_chat: boolbreakout_room: boolchat: boolclosed_caption: boolco_host: boolcustom_data_center_regions: boolcustom_live_streaming_service: boolcustom_service_instructions: Stringdata_center_regions: Vec<String>e_2e_encryption: boolentry_exit_chime: Option<EntryExitChime>far_end_camera_control: boolfeedback: boolfile_transfer: boolgroup_hd: booljoin_from_desktop: booljoin_from_mobile: boolnon_verbal_feedback: boolpolling: boolprivate_chat: boolrecord_play_voice: boolremote_control: boolremote_support: boolrequest_permission_to_unmute: boolscreen_sharing: boolshow_a_join_from_your_browser_link: boolshow_meeting_control_toolbar: boolvirtual_background: boolvirtual_background_settings: Option<VirtualBackgroundSettings>waiting_room: boolworkplace_by_facebook: boolTrait Implementations
sourceimpl Clone for UserSettingsInMeeting
impl Clone for UserSettingsInMeeting
sourcefn clone(&self) -> UserSettingsInMeeting
fn clone(&self) -> UserSettingsInMeeting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UserSettingsInMeeting
impl Debug for UserSettingsInMeeting
sourceimpl<'de> Deserialize<'de> for UserSettingsInMeeting
impl<'de> Deserialize<'de> for UserSettingsInMeeting
sourcefn 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
sourceimpl JsonSchema for UserSettingsInMeeting
impl JsonSchema for UserSettingsInMeeting
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<UserSettingsInMeeting> for UserSettingsInMeeting
impl PartialEq<UserSettingsInMeeting> for UserSettingsInMeeting
sourcefn eq(&self, other: &UserSettingsInMeeting) -> bool
fn eq(&self, other: &UserSettingsInMeeting) -> bool
sourceimpl Serialize for UserSettingsInMeeting
impl Serialize for UserSettingsInMeeting
impl StructuralPartialEq for UserSettingsInMeeting
Auto Trait Implementations
impl RefUnwindSafe for UserSettingsInMeeting
impl Send for UserSettingsInMeeting
impl Sync for UserSettingsInMeeting
impl Unpin for UserSettingsInMeeting
impl UnwindSafe for UserSettingsInMeeting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more