#[non_exhaustive]pub struct PhoneNumberQuickConnectConfig { /* private fields */ }
Expand description
Contains information about a phone number for a quick connect.
Implementations
sourceimpl PhoneNumberQuickConnectConfig
impl PhoneNumberQuickConnectConfig
sourcepub fn phone_number(&self) -> Option<&str>
pub fn phone_number(&self) -> Option<&str>
The phone number in E.164 format.
sourceimpl PhoneNumberQuickConnectConfig
impl PhoneNumberQuickConnectConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PhoneNumberQuickConnectConfig
.
Trait Implementations
sourceimpl Clone for PhoneNumberQuickConnectConfig
impl Clone for PhoneNumberQuickConnectConfig
sourcefn clone(&self) -> PhoneNumberQuickConnectConfig
fn clone(&self) -> PhoneNumberQuickConnectConfig
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 PhoneNumberQuickConnectConfig
impl Debug for PhoneNumberQuickConnectConfig
sourceimpl PartialEq<PhoneNumberQuickConnectConfig> for PhoneNumberQuickConnectConfig
impl PartialEq<PhoneNumberQuickConnectConfig> for PhoneNumberQuickConnectConfig
sourcefn eq(&self, other: &PhoneNumberQuickConnectConfig) -> bool
fn eq(&self, other: &PhoneNumberQuickConnectConfig) -> bool
impl StructuralPartialEq for PhoneNumberQuickConnectConfig
Auto Trait Implementations
impl RefUnwindSafe for PhoneNumberQuickConnectConfig
impl Send for PhoneNumberQuickConnectConfig
impl Sync for PhoneNumberQuickConnectConfig
impl Unpin for PhoneNumberQuickConnectConfig
impl UnwindSafe for PhoneNumberQuickConnectConfig
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