Struct twilio_async::Msg[][src]

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

Methods

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

Trait Implementations

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

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

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

Formats the value using the given formatter. Read more

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

Converts the given value to a String. Read more

Auto Trait Implementations

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

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