[][src]Struct twilio_async::GetMessage

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

Fields

message_sid: &'a strclient: &'a Twilio

Methods

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

pub async fn redact<'_>(&'_ self) -> TwilioResp<TwilioJson<MsgResp>>[src]

pub async fn delete<'_>(&'_ self) -> TwilioResp<TwilioJson<MsgResp>>[src]

pub async fn media<'_>(&'_ self) -> TwilioResp<TwilioJson<MediaResp>>[src]

Trait Implementations

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

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

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

type Resp = MsgResp

Auto Trait Implementations

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

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

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

impl<'a> Unpin for GetMessage<'a>

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.