pub struct PullSmsSendStatusResponse {
pub response: ResponseBody,
}Fields§
§response: ResponseBodyTrait Implementations§
Source§impl Debug for PullSmsSendStatusResponse
impl Debug for PullSmsSendStatusResponse
Source§impl<'de> Deserialize<'de> for PullSmsSendStatusResponse
impl<'de> Deserialize<'de> for PullSmsSendStatusResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PullSmsSendStatusResponse
impl RefUnwindSafe for PullSmsSendStatusResponse
impl Send for PullSmsSendStatusResponse
impl Sync for PullSmsSendStatusResponse
impl Unpin for PullSmsSendStatusResponse
impl UnwindSafe for PullSmsSendStatusResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more