Struct aws_sdk_chime::types::AccountSettings
source · #[non_exhaustive]pub struct AccountSettings { /* private fields */ }Expand description
Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
Implementations§
source§impl AccountSettings
impl AccountSettings
sourcepub fn disable_remote_control(&self) -> Option<bool>
pub fn disable_remote_control(&self) -> Option<bool>
Setting that stops or starts remote control of shared screens during meetings.
sourcepub fn enable_dial_out(&self) -> Option<bool>
pub fn enable_dial_out(&self) -> Option<bool>
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
source§impl AccountSettings
impl AccountSettings
sourcepub fn builder() -> AccountSettingsBuilder
pub fn builder() -> AccountSettingsBuilder
Creates a new builder-style object to manufacture AccountSettings.
Trait Implementations§
source§impl Clone for AccountSettings
impl Clone for AccountSettings
source§fn clone(&self) -> AccountSettings
fn clone(&self) -> AccountSettings
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 Debug for AccountSettings
impl Debug for AccountSettings
source§impl PartialEq<AccountSettings> for AccountSettings
impl PartialEq<AccountSettings> for AccountSettings
source§fn eq(&self, other: &AccountSettings) -> bool
fn eq(&self, other: &AccountSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AccountSettings
Auto Trait Implementations§
impl RefUnwindSafe for AccountSettings
impl Send for AccountSettings
impl Sync for AccountSettings
impl Unpin for AccountSettings
impl UnwindSafe for AccountSettings
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