pub struct DeleteThreadParams {
pub thread_id: String,
}
Fields§
§thread_id: String
The ID of the thread to delete.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteThreadParams
impl Clone for DeleteThreadParams
Source§fn clone(&self) -> DeleteThreadParams
fn clone(&self) -> DeleteThreadParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteThreadParams
impl Debug for DeleteThreadParams
Source§impl<'de> Deserialize<'de> for DeleteThreadParams
impl<'de> Deserialize<'de> for DeleteThreadParams
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 DeleteThreadParams
impl PartialEq for DeleteThreadParams
Source§impl Serialize for DeleteThreadParams
impl Serialize for DeleteThreadParams
impl StructuralPartialEq for DeleteThreadParams
Auto Trait Implementations§
impl Freeze for DeleteThreadParams
impl RefUnwindSafe for DeleteThreadParams
impl Send for DeleteThreadParams
impl Sync for DeleteThreadParams
impl Unpin for DeleteThreadParams
impl UnwindSafe for DeleteThreadParams
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