pub struct DeleteMessageResponse {
    pub id: String,
    pub deleted: bool,
    pub object: String,
}Fields§
§id: String§deleted: bool§object: StringTrait Implementations§
Source§impl Clone for DeleteMessageResponse
 
impl Clone for DeleteMessageResponse
Source§fn clone(&self) -> DeleteMessageResponse
 
fn clone(&self) -> DeleteMessageResponse
Returns a copy of the value. Read more
1.0.0 · 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 DeleteMessageResponse
 
impl Debug for DeleteMessageResponse
Source§impl Default for DeleteMessageResponse
 
impl Default for DeleteMessageResponse
Source§fn default() -> DeleteMessageResponse
 
fn default() -> DeleteMessageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteMessageResponse
 
impl<'de> Deserialize<'de> for DeleteMessageResponse
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
Source§impl PartialEq for DeleteMessageResponse
 
impl PartialEq for DeleteMessageResponse
Source§impl Serialize for DeleteMessageResponse
 
impl Serialize for DeleteMessageResponse
impl StructuralPartialEq for DeleteMessageResponse
Auto Trait Implementations§
impl Freeze for DeleteMessageResponse
impl RefUnwindSafe for DeleteMessageResponse
impl Send for DeleteMessageResponse
impl Sync for DeleteMessageResponse
impl Unpin for DeleteMessageResponse
impl UnwindSafe for DeleteMessageResponse
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