Struct twilio_async::SendMsg [−][src]
Fields
msg: Msg<'a>
client: &'a Twilio
Methods
impl<'a> SendMsg<'a>
[src]
impl<'a> SendMsg<'a>
Trait Implementations
impl<'a> Debug for SendMsg<'a>
[src]
impl<'a> Debug for SendMsg<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Execute for SendMsg<'a>
[src]
impl<'a> Execute for SendMsg<'a>
fn execute<U, D>(
self,
method: Method,
url: U,
body: Option<String>
) -> Result<(Headers, StatusCode, Option<D>), TwilioErr> where
U: AsRef<str>,
D: for<'de> Deserialize<'de>,
[src]
fn execute<U, D>(
self,
method: Method,
url: U,
body: Option<String>
) -> Result<(Headers, StatusCode, Option<D>), TwilioErr> where
U: AsRef<str>,
D: for<'de> Deserialize<'de>,
impl<'a> TwilioRequest for SendMsg<'a>
[src]
impl<'a> TwilioRequest for SendMsg<'a>