pub enum PhoneCallProviderTrue {
Twilio,
Vonage,
Vapi,
Telnyx,
}
Expand description
This is the provider of the call. Only relevant for outboundPhoneCall
and inboundPhoneCall
type.
Variants§
Trait Implementations§
Source§impl Clone for PhoneCallProviderTrue
impl Clone for PhoneCallProviderTrue
Source§fn clone(&self) -> PhoneCallProviderTrue
fn clone(&self) -> PhoneCallProviderTrue
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 PhoneCallProviderTrue
impl Debug for PhoneCallProviderTrue
Source§impl Default for PhoneCallProviderTrue
impl Default for PhoneCallProviderTrue
Source§fn default() -> PhoneCallProviderTrue
fn default() -> PhoneCallProviderTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PhoneCallProviderTrue
impl<'de> Deserialize<'de> for PhoneCallProviderTrue
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 PhoneCallProviderTrue
impl Hash for PhoneCallProviderTrue
Source§impl Ord for PhoneCallProviderTrue
impl Ord for PhoneCallProviderTrue
Source§fn cmp(&self, other: &PhoneCallProviderTrue) -> Ordering
fn cmp(&self, other: &PhoneCallProviderTrue) -> 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 PhoneCallProviderTrue
impl PartialEq for PhoneCallProviderTrue
Source§impl PartialOrd for PhoneCallProviderTrue
impl PartialOrd for PhoneCallProviderTrue
Source§impl Serialize for PhoneCallProviderTrue
impl Serialize for PhoneCallProviderTrue
impl Copy for PhoneCallProviderTrue
impl Eq for PhoneCallProviderTrue
impl StructuralPartialEq for PhoneCallProviderTrue
Auto Trait Implementations§
impl Freeze for PhoneCallProviderTrue
impl RefUnwindSafe for PhoneCallProviderTrue
impl Send for PhoneCallProviderTrue
impl Sync for PhoneCallProviderTrue
impl Unpin for PhoneCallProviderTrue
impl UnwindSafe for PhoneCallProviderTrue
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