pub enum Providers {
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<'de> Deserialize<'de> for Providers
impl<'de> Deserialize<'de> for Providers
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 Ord for Providers
impl Ord for Providers
Source§impl PartialOrd for Providers
impl PartialOrd for Providers
impl Copy for Providers
impl Eq for Providers
impl StructuralPartialEq for Providers
Auto Trait Implementations§
impl Freeze for Providers
impl RefUnwindSafe for Providers
impl Send for Providers
impl Sync for Providers
impl Unpin for Providers
impl UnwindSafe for Providers
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