[−][src]Struct twilio_async::GetMessage
Fields
message_sid: &'a strclient: &'a TwilioMethods
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]
fn request<U>(
&self,
method: Method,
url: U,
body: Option<String>
) -> Result<Request<Body>, TwilioErr> where
U: AsRef<str>, [src]
&self,
method: Method,
url: U,
body: Option<String>
) -> Result<Request<Body>, TwilioErr> where
U: AsRef<str>,
fn execute<'life0, 'async_trait, U, D>(
&'life0 self,
method: Method,
url: U,
body: Option<String>
) -> Pin<Box<dyn Future<Output = TwilioResp<TwilioJson<D>>> + Send + 'async_trait>> where
U: AsRef<str> + Send,
D: for<'de> Deserialize<'de>,
U: 'async_trait,
D: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
method: Method,
url: U,
body: Option<String>
) -> Pin<Box<dyn Future<Output = TwilioResp<TwilioJson<D>>> + Send + 'async_trait>> where
U: AsRef<str> + Send,
D: for<'de> Deserialize<'de>,
U: 'async_trait,
D: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait,
impl<'a> TwilioRequest for GetMessage<'a>[src]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,