Struct twilio_async::twiml::msg::Msg[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Msg<'a>

impl<'a> Sync for Msg<'a>