Struct twilio_async::twiml::say::Say[][src]

pub struct Say<'a> { /* fields omitted */ }

Methods

impl<'a> Say<'a>
[src]

Trait Implementations

impl<'a> Debug for Say<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Twiml for Say<'a>
[src]

impl<'a, T> From<T> for Say<'a> where
    T: Into<&'a str>, 
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Say<'a>

impl<'a> Sync for Say<'a>