Struct zoom_api::types::ScheduleMeeting
source · pub struct ScheduleMeeting {Show 18 fields
pub audio_type: Option<AudioType>,
pub enforce_login: bool,
pub enforce_login_domains: String,
pub enforce_login_with_domains: bool,
pub force_pmi_jbh_password: bool,
pub host_video: bool,
pub jbh_time: i64,
pub join_before_host: bool,
pub meeting_password_requirement: Option<MeetingPasswordRequirement>,
pub not_store_meeting_topic: bool,
pub participant_video: bool,
pub personal_meeting: bool,
pub require_password_for_instant_meetings: bool,
pub require_password_for_pmi_meetings: Option<RequirePasswordPmiMeetings>,
pub require_password_for_scheduled_meetings: bool,
pub require_password_for_scheduling_new_meetings: bool,
pub use_pmi_for_instant_meetings: bool,
pub use_pmi_for_scheduled_meetings: bool,
}Expand description
Account Settings: Schedule Meeting.
Fields
audio_type: Option<AudioType>Account Settings: Schedule Meeting.
enforce_login: boolAccount Settings: Schedule Meeting.
enforce_login_domains: StringAccount Settings: Schedule Meeting.
enforce_login_with_domains: boolAccount Settings: Schedule Meeting.
force_pmi_jbh_password: boolAccount Settings: Schedule Meeting.
host_video: boolAccount Settings: Schedule Meeting.
jbh_time: i64Account Settings: Schedule Meeting.
join_before_host: boolAccount Settings: Schedule Meeting.
meeting_password_requirement: Option<MeetingPasswordRequirement>Account Settings: Schedule Meeting.
not_store_meeting_topic: boolAccount Settings: Schedule Meeting.
participant_video: boolAccount Settings: Schedule Meeting.
personal_meeting: boolAccount Settings: Schedule Meeting.
require_password_for_instant_meetings: boolAccount Settings: Schedule Meeting.
require_password_for_pmi_meetings: Option<RequirePasswordPmiMeetings>Account Settings: Schedule Meeting.
require_password_for_scheduled_meetings: boolAccount Settings: Schedule Meeting.
require_password_for_scheduling_new_meetings: boolAccount Settings: Schedule Meeting.
use_pmi_for_instant_meetings: boolAccount Settings: Schedule Meeting.
use_pmi_for_scheduled_meetings: boolAccount Settings: Schedule Meeting.
Trait Implementations
sourceimpl Clone for ScheduleMeeting
impl Clone for ScheduleMeeting
sourcefn clone(&self) -> ScheduleMeeting
fn clone(&self) -> ScheduleMeeting
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 ScheduleMeeting
impl Debug for ScheduleMeeting
sourceimpl<'de> Deserialize<'de> for ScheduleMeeting
impl<'de> Deserialize<'de> for ScheduleMeeting
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 ScheduleMeeting
impl JsonSchema for ScheduleMeeting
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<ScheduleMeeting> for ScheduleMeeting
impl PartialEq<ScheduleMeeting> for ScheduleMeeting
sourcefn eq(&self, other: &ScheduleMeeting) -> bool
fn eq(&self, other: &ScheduleMeeting) -> bool
sourceimpl Serialize for ScheduleMeeting
impl Serialize for ScheduleMeeting
impl StructuralPartialEq for ScheduleMeeting
Auto Trait Implementations
impl RefUnwindSafe for ScheduleMeeting
impl Send for ScheduleMeeting
impl Sync for ScheduleMeeting
impl Unpin for ScheduleMeeting
impl UnwindSafe for ScheduleMeeting
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