Struct twilio_async::twiml::redirect::Redirect[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

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

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

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Redirect<'a>

impl<'a> Sync for Redirect<'a>