Struct aws_sdk_chime::model::UserSettings
source · [−]#[non_exhaustive]pub struct UserSettings { /* private fields */ }Expand description
Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.
Implementations
sourceimpl UserSettings
impl UserSettings
sourcepub fn telephony(&self) -> Option<&TelephonySettings>
pub fn telephony(&self) -> Option<&TelephonySettings>
The telephony settings associated with the user.
sourceimpl UserSettings
impl UserSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserSettings.
Trait Implementations
sourceimpl Clone for UserSettings
impl Clone for UserSettings
sourcefn clone(&self) -> UserSettings
fn clone(&self) -> UserSettings
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 UserSettings
impl Debug for UserSettings
sourceimpl PartialEq<UserSettings> for UserSettings
impl PartialEq<UserSettings> for UserSettings
sourcefn eq(&self, other: &UserSettings) -> bool
fn eq(&self, other: &UserSettings) -> bool
impl StructuralPartialEq for UserSettings
Auto Trait Implementations
impl RefUnwindSafe for UserSettings
impl Send for UserSettings
impl Sync for UserSettings
impl Unpin for UserSettings
impl UnwindSafe for UserSettings
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