Struct twilio_async::twiml::dial::Dial[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> Default for Dial<'a>
[src]

Returns the "default value" for a type. Read more

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

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

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Dial<'a>

impl<'a> Sync for Dial<'a>