Struct twilio_async::twiml::response::Response[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl<'a> Send for Response<'a>

impl<'a> Sync for Response<'a>