Struct zoom_api::types::InMeeting

source ·
pub struct InMeeting {
Show 53 fields pub alert_guest_join: bool, pub allow_live_streaming: bool, pub allow_participants_to_rename: bool, pub allow_show_zoom_windows: bool, pub annotation: bool, pub anonymous_question_answer: bool, pub attendee_on_hold: bool, pub auto_answer: 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 dscp_audio: i64, pub dscp_marking: bool, pub dscp_video: i64, 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 meeting_reactions: bool, pub original_audio: bool, pub p_2p_connetion: bool, pub p_2p_ports: bool, pub polling: bool, pub ports_range: String, pub post_meeting_feedback: bool, pub private_chat: bool, pub record_play_own_voice: bool, pub remote_control: bool, pub request_permission_to_unmute: bool, pub screen_sharing: bool, pub sending_default_email_invites: bool, pub show_a_join_from_your_browser_link: bool, pub show_meeting_control_toolbar: bool, pub stereo_audio: bool, pub use_html_format_email: bool, pub virtual_background: bool, pub virtual_background_settings: Option<VirtualBackgroundSettings>, pub watermark: bool, pub webinar_question_answer: bool, pub whiteboard: 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

Account Settings: In Meeting.

Fields§

§alert_guest_join: bool

Account Settings: In Meeting.

§allow_live_streaming: bool

Account Settings: In Meeting.

§allow_participants_to_rename: bool

Account Settings: In Meeting.

§allow_show_zoom_windows: bool

Account Settings: In Meeting.

§annotation: bool

Account Settings: In Meeting.

§anonymous_question_answer: bool

Account Settings: In Meeting.

§attendee_on_hold: bool

Account Settings: In Meeting.

§auto_answer: bool

Account Settings: In Meeting.

§auto_saving_chat: bool

Account Settings: In Meeting.

§breakout_room: bool

Account Settings: In Meeting.

§chat: bool

Account Settings: In Meeting.

§closed_caption: bool

Account Settings: In Meeting.

§co_host: bool

Account Settings: In Meeting.

§custom_data_center_regions: bool

Account Settings: In Meeting.

§custom_live_streaming_service: bool

Account Settings: In Meeting.

§custom_service_instructions: String

Account Settings: In Meeting.

§data_center_regions: Vec<String>

Account Settings: In Meeting.

§dscp_audio: i64

Account Settings: In Meeting.

§dscp_marking: bool

Account Settings: In Meeting.

§dscp_video: i64

Account Settings: In Meeting.

§e_2e_encryption: bool

Account Settings: In Meeting.

§entry_exit_chime: Option<EntryExitChime>

Account Settings: In Meeting.

§far_end_camera_control: bool

Account Settings: In Meeting.

§feedback: bool

Account Settings: In Meeting.

§file_transfer: bool

Account Settings: In Meeting.

§group_hd: bool

Account Settings: In Meeting.

§join_from_desktop: bool

Account Settings: In Meeting.

§join_from_mobile: bool

Account Settings: In Meeting.

§meeting_reactions: bool

Account Settings: In Meeting.

§original_audio: bool

Account Settings: In Meeting.

§p_2p_connetion: bool

Account Settings: In Meeting.

§p_2p_ports: bool

Account Settings: In Meeting.

§polling: bool

Account Settings: In Meeting.

§ports_range: String

Account Settings: In Meeting.

§post_meeting_feedback: bool

Account Settings: In Meeting.

§private_chat: bool

Account Settings: In Meeting.

§record_play_own_voice: bool

Account Settings: In Meeting.

§remote_control: bool

Account Settings: In Meeting.

§request_permission_to_unmute: bool

Account Settings: In Meeting.

§screen_sharing: bool

Account Settings: In Meeting.

§sending_default_email_invites: bool

Account Settings: In Meeting.

§show_a_join_from_your_browser_link: bool

Account Settings: In Meeting.

§show_meeting_control_toolbar: bool

Account Settings: In Meeting.

§stereo_audio: bool

Account Settings: In Meeting.

§use_html_format_email: bool

Account Settings: In Meeting.

§virtual_background: bool

Account Settings: In Meeting.

§virtual_background_settings: Option<VirtualBackgroundSettings>

Account Settings: In Meeting.

§watermark: bool

Account Settings: In Meeting.

§webinar_question_answer: bool

Account Settings: In Meeting.

§whiteboard: bool

Account Settings: In Meeting.

§who_can_share_screen: Option<WhoCanShareScreen>

Account Settings: In Meeting.

§who_can_share_screen_when_someone_is_sharing: Option<WhoCanShareScreen>

Account Settings: In Meeting.

§workplace_by_facebook: bool

Account Settings: In Meeting.

Trait Implementations§

source§

impl Clone for InMeeting

source§

fn clone(&self) -> InMeeting

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for InMeeting

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for InMeeting

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl JsonSchema for InMeeting

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
source§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq<InMeeting> for InMeeting

source§

fn eq(&self, other: &InMeeting) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for InMeeting

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl StructuralPartialEq for InMeeting

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for Twhere T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,