pub enum PhoneCallTransportTrue {
Sip,
Pstn,
}
Expand description
This is the transport of the phone call. Only relevant for outboundPhoneCall
and inboundPhoneCall
type.
Variants§
Trait Implementations§
Source§impl Clone for PhoneCallTransportTrue
impl Clone for PhoneCallTransportTrue
Source§fn clone(&self) -> PhoneCallTransportTrue
fn clone(&self) -> PhoneCallTransportTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PhoneCallTransportTrue
impl Debug for PhoneCallTransportTrue
Source§impl Default for PhoneCallTransportTrue
impl Default for PhoneCallTransportTrue
Source§fn default() -> PhoneCallTransportTrue
fn default() -> PhoneCallTransportTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PhoneCallTransportTrue
impl<'de> Deserialize<'de> for PhoneCallTransportTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PhoneCallTransportTrue
impl Hash for PhoneCallTransportTrue
Source§impl Ord for PhoneCallTransportTrue
impl Ord for PhoneCallTransportTrue
Source§fn cmp(&self, other: &PhoneCallTransportTrue) -> Ordering
fn cmp(&self, other: &PhoneCallTransportTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PhoneCallTransportTrue
impl PartialEq for PhoneCallTransportTrue
Source§impl PartialOrd for PhoneCallTransportTrue
impl PartialOrd for PhoneCallTransportTrue
Source§impl Serialize for PhoneCallTransportTrue
impl Serialize for PhoneCallTransportTrue
impl Copy for PhoneCallTransportTrue
impl Eq for PhoneCallTransportTrue
impl StructuralPartialEq for PhoneCallTransportTrue
Auto Trait Implementations§
impl Freeze for PhoneCallTransportTrue
impl RefUnwindSafe for PhoneCallTransportTrue
impl Send for PhoneCallTransportTrue
impl Sync for PhoneCallTransportTrue
impl Unpin for PhoneCallTransportTrue
impl UnwindSafe for PhoneCallTransportTrue
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