pub struct PhoneNumberInboundConfig {
pub sip_region: SipRegion,
}Expand description
Configures a phone number’s inbound gateway.
Fields§
§sip_region: SipRegionThe SIP region. Required.
Trait Implementations§
Source§impl Clone for PhoneNumberInboundConfig
impl Clone for PhoneNumberInboundConfig
Source§fn clone(&self) -> PhoneNumberInboundConfig
fn clone(&self) -> PhoneNumberInboundConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PhoneNumberInboundConfig
impl Debug for PhoneNumberInboundConfig
Auto Trait Implementations§
impl Freeze for PhoneNumberInboundConfig
impl RefUnwindSafe for PhoneNumberInboundConfig
impl Send for PhoneNumberInboundConfig
impl Sync for PhoneNumberInboundConfig
impl Unpin for PhoneNumberInboundConfig
impl UnsafeUnpin for PhoneNumberInboundConfig
impl UnwindSafe for PhoneNumberInboundConfig
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