Struct twilio_async::SendMsg[][src]

pub struct SendMsg<'a> {
    pub msg: Msg<'a>,
    pub client: &'a Twilio,
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> Execute for SendMsg<'a>
[src]

impl<'a> TwilioRequest for SendMsg<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for SendMsg<'a>

impl<'a> !Sync for SendMsg<'a>