pub struct MeetingCreateSettingsLanguageInterpretation {
pub enable: bool,
pub interpreters: Vec<Interpreters>,
}
Expand description
Language interpretation settings for meetings.
Note: This feature is only available on certain Webinar add-on, Education, Business and higher plans. If this feature is not enabled on the host’s account, this setting will not be applied for the meeting.
Fields§
§enable: bool
Language interpretation settings for meetings.
**Note:** This feature is only available on certain Webinar add-on, Education, Business and higher plans. If this feature is not enabled on the host’s account, this setting will not be applied for the meeting.
interpreters: Vec<Interpreters>
Language interpretation settings for meetings.
**Note:** This feature is only available on certain Webinar add-on, Education, Business and higher plans. If this feature is not enabled on the host’s account, this setting will not be applied for the meeting.
Trait Implementations§
Source§impl Clone for MeetingCreateSettingsLanguageInterpretation
impl Clone for MeetingCreateSettingsLanguageInterpretation
Source§fn clone(&self) -> MeetingCreateSettingsLanguageInterpretation
fn clone(&self) -> MeetingCreateSettingsLanguageInterpretation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl<'de> Deserialize<'de> for MeetingCreateSettingsLanguageInterpretation
impl<'de> Deserialize<'de> for MeetingCreateSettingsLanguageInterpretation
Source§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>,
Source§impl JsonSchema for MeetingCreateSettingsLanguageInterpretation
impl JsonSchema for MeetingCreateSettingsLanguageInterpretation
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moreSource§impl PartialEq for MeetingCreateSettingsLanguageInterpretation
impl PartialEq for MeetingCreateSettingsLanguageInterpretation
Source§fn eq(&self, other: &MeetingCreateSettingsLanguageInterpretation) -> bool
fn eq(&self, other: &MeetingCreateSettingsLanguageInterpretation) -> bool
self
and other
values to be equal, and is used by ==
.