#[non_exhaustive]pub struct MeetingFeaturesConfigurationBuilder { /* private fields */ }
Expand description
A builder for MeetingFeaturesConfiguration
.
Implementations§
source§impl MeetingFeaturesConfigurationBuilder
impl MeetingFeaturesConfigurationBuilder
sourcepub fn audio(self, input: AudioFeatures) -> Self
pub fn audio(self, input: AudioFeatures) -> Self
The configuration settings for the audio features available to a meeting.
sourcepub fn set_audio(self, input: Option<AudioFeatures>) -> Self
pub fn set_audio(self, input: Option<AudioFeatures>) -> Self
The configuration settings for the audio features available to a meeting.
sourcepub fn get_audio(&self) -> &Option<AudioFeatures>
pub fn get_audio(&self) -> &Option<AudioFeatures>
The configuration settings for the audio features available to a meeting.
sourcepub fn build(self) -> MeetingFeaturesConfiguration
pub fn build(self) -> MeetingFeaturesConfiguration
Consumes the builder and constructs a MeetingFeaturesConfiguration
.
Trait Implementations§
source§impl Clone for MeetingFeaturesConfigurationBuilder
impl Clone for MeetingFeaturesConfigurationBuilder
source§fn clone(&self) -> MeetingFeaturesConfigurationBuilder
fn clone(&self) -> MeetingFeaturesConfigurationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MeetingFeaturesConfigurationBuilder
impl Default for MeetingFeaturesConfigurationBuilder
source§fn default() -> MeetingFeaturesConfigurationBuilder
fn default() -> MeetingFeaturesConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MeetingFeaturesConfigurationBuilder
impl PartialEq for MeetingFeaturesConfigurationBuilder
source§fn eq(&self, other: &MeetingFeaturesConfigurationBuilder) -> bool
fn eq(&self, other: &MeetingFeaturesConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MeetingFeaturesConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MeetingFeaturesConfigurationBuilder
impl Send for MeetingFeaturesConfigurationBuilder
impl Sync for MeetingFeaturesConfigurationBuilder
impl Unpin for MeetingFeaturesConfigurationBuilder
impl UnwindSafe for MeetingFeaturesConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.