Enum Voice
twilio_async::twiml::say
pub enum Voice { man, woman, alice, }
man
woman
alice
impl Voice
pub fn to_str(&self) -> &str
impl Debug for Voice
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Voice
impl Sync for Voice