pub enum VoiceIdTrue {
Elliot,
Kylie,
Rohan,
Lily,
Savannah,
Hana,
Neha,
Cole,
Harry,
Paige,
Spencer,
}
Expand description
The voices provided by Vapi
Variants§
Trait Implementations§
Source§impl Clone for VoiceIdTrue
impl Clone for VoiceIdTrue
Source§fn clone(&self) -> VoiceIdTrue
fn clone(&self) -> VoiceIdTrue
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 VoiceIdTrue
impl Debug for VoiceIdTrue
Source§impl Default for VoiceIdTrue
impl Default for VoiceIdTrue
Source§fn default() -> VoiceIdTrue
fn default() -> VoiceIdTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VoiceIdTrue
impl<'de> Deserialize<'de> for VoiceIdTrue
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 VoiceIdTrue
impl Hash for VoiceIdTrue
Source§impl Ord for VoiceIdTrue
impl Ord for VoiceIdTrue
Source§fn cmp(&self, other: &VoiceIdTrue) -> Ordering
fn cmp(&self, other: &VoiceIdTrue) -> 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 VoiceIdTrue
impl PartialEq for VoiceIdTrue
Source§impl PartialOrd for VoiceIdTrue
impl PartialOrd for VoiceIdTrue
Source§impl Serialize for VoiceIdTrue
impl Serialize for VoiceIdTrue
impl Copy for VoiceIdTrue
impl Eq for VoiceIdTrue
impl StructuralPartialEq for VoiceIdTrue
Auto Trait Implementations§
impl Freeze for VoiceIdTrue
impl RefUnwindSafe for VoiceIdTrue
impl Send for VoiceIdTrue
impl Sync for VoiceIdTrue
impl Unpin for VoiceIdTrue
impl UnwindSafe for VoiceIdTrue
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