pub struct DeleteMMSResponse {
pub status: Option<String>,
}Expand description
Response body for Client::delete_mms (wire method deleteMMS).
Fields§
§status: Option<String>Trait Implementations§
Source§impl Clone for DeleteMMSResponse
impl Clone for DeleteMMSResponse
Source§fn clone(&self) -> DeleteMMSResponse
fn clone(&self) -> DeleteMMSResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteMMSResponse
impl Debug for DeleteMMSResponse
Source§impl Default for DeleteMMSResponse
impl Default for DeleteMMSResponse
Source§fn default() -> DeleteMMSResponse
fn default() -> DeleteMMSResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteMMSResponse
impl<'de> Deserialize<'de> for DeleteMMSResponse
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 DeleteMMSResponse
impl RefUnwindSafe for DeleteMMSResponse
impl Send for DeleteMMSResponse
impl Sync for DeleteMMSResponse
impl Unpin for DeleteMMSResponse
impl UnsafeUnpin for DeleteMMSResponse
impl UnwindSafe for DeleteMMSResponse
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