pub enum ProvidersTrue {
Show 15 variants
Vapi,
Variant11labs,
Azure,
Cartesia,
CustomVoice,
Deepgram,
Hume,
Lmnt,
Neuphonic,
Openai,
Playht,
RimeAi,
SmallestAi,
Tavus,
Sesame,
}
Expand description
List of providers you want to sync.
Variants§
Vapi
Variant11labs
Azure
Cartesia
CustomVoice
Deepgram
Hume
Lmnt
Neuphonic
Openai
Playht
RimeAi
SmallestAi
Tavus
Sesame
Trait Implementations§
Source§impl Clone for ProvidersTrue
impl Clone for ProvidersTrue
Source§fn clone(&self) -> ProvidersTrue
fn clone(&self) -> ProvidersTrue
Returns a duplicate of the value. Read more
1.0.0 · 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 ProvidersTrue
impl Debug for ProvidersTrue
Source§impl Default for ProvidersTrue
impl Default for ProvidersTrue
Source§fn default() -> ProvidersTrue
fn default() -> ProvidersTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProvidersTrue
impl<'de> Deserialize<'de> for ProvidersTrue
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 ProvidersTrue
impl Hash for ProvidersTrue
Source§impl Ord for ProvidersTrue
impl Ord for ProvidersTrue
Source§fn cmp(&self, other: &ProvidersTrue) -> Ordering
fn cmp(&self, other: &ProvidersTrue) -> 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 ProvidersTrue
impl PartialEq for ProvidersTrue
Source§impl PartialOrd for ProvidersTrue
impl PartialOrd for ProvidersTrue
Source§impl Serialize for ProvidersTrue
impl Serialize for ProvidersTrue
impl Copy for ProvidersTrue
impl Eq for ProvidersTrue
impl StructuralPartialEq for ProvidersTrue
Auto Trait Implementations§
impl Freeze for ProvidersTrue
impl RefUnwindSafe for ProvidersTrue
impl Send for ProvidersTrue
impl Sync for ProvidersTrue
impl Unpin for ProvidersTrue
impl UnwindSafe for ProvidersTrue
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