[][src]Struct twiml::Dial

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

Methods

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

pub fn new(number: &'a str) -> Self[src]

pub fn method(self, method: Method) -> Self[src]

pub fn action(self, url: &'a str) -> Self[src]

pub fn record(self, status: Record) -> Self[src]

pub fn recording_callback(self, url: &'a str) -> Self[src]

pub fn timeout(self, timeout: usize) -> Self[src]

Trait Implementations

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

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

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for Dial<'a>

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

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

impl<'a> Unpin for Dial<'a>

impl<'a> UnwindSafe for Dial<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.