Struct zoom_api::types::BreakoutRoom
source · Expand description
Setting to pre-assign breakout rooms.
Fields
enable: boolSetting to pre-assign breakout rooms.
rooms: Vec<Rooms>Setting to pre-assign breakout rooms.
Trait Implementations
sourceimpl Clone for BreakoutRoom
impl Clone for BreakoutRoom
sourcefn clone(&self) -> BreakoutRoom
fn clone(&self) -> BreakoutRoom
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 BreakoutRoom
impl Debug for BreakoutRoom
sourceimpl<'de> Deserialize<'de> for BreakoutRoom
impl<'de> Deserialize<'de> for BreakoutRoom
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 BreakoutRoom
impl JsonSchema for BreakoutRoom
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<BreakoutRoom> for BreakoutRoom
impl PartialEq<BreakoutRoom> for BreakoutRoom
sourcefn eq(&self, other: &BreakoutRoom) -> bool
fn eq(&self, other: &BreakoutRoom) -> bool
sourceimpl Serialize for BreakoutRoom
impl Serialize for BreakoutRoom
impl StructuralPartialEq for BreakoutRoom
Auto Trait Implementations
impl RefUnwindSafe for BreakoutRoom
impl Send for BreakoutRoom
impl Sync for BreakoutRoom
impl Unpin for BreakoutRoom
impl UnwindSafe for BreakoutRoom
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