[−][src]Trait twilio_async::twiml::Twiml
Required methods
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
W: Write,
fn build(&self) -> Result<String, TwimlErr>
Implementors
impl Twiml for Hangup
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,
fn build(&self) -> Result<String, TwimlErr>
[src]
impl<'a> Twiml for Dial<'a>
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,
fn build(&self) -> Result<String, TwimlErr>
[src]
impl<'a> Twiml for Gather<'a>
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,
fn build(&self) -> Result<String, TwimlErr>
[src]
impl<'a> Twiml for Msg<'a>
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,
fn build(&self) -> Result<String, TwimlErr>
[src]
impl<'a> Twiml for Play<'a>
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,
fn build(&self) -> Result<String, TwimlErr>
[src]
impl<'a> Twiml for Redirect<'a>
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,
fn build(&self) -> Result<String, TwimlErr>
[src]
impl<'a> Twiml for Response<'a>
[src]
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr> where
W: Write,
[src]
W: Write,