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
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