Struct twilio_async::GetMessage[][src]

pub struct GetMessage<'a> {
    pub message_sid: &'a str,
    pub client: &'a Twilio,
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

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

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