pub struct GetThreadParams {
pub thread_id: String,
}
Fields§
§thread_id: String
The ID of the thread to retrieve.
Implementations§
Trait Implementations§
Source§impl Clone for GetThreadParams
impl Clone for GetThreadParams
Source§fn clone(&self) -> GetThreadParams
fn clone(&self) -> GetThreadParams
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 GetThreadParams
impl Debug for GetThreadParams
Source§impl<'de> Deserialize<'de> for GetThreadParams
impl<'de> Deserialize<'de> for GetThreadParams
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 GetThreadParams
impl PartialEq for GetThreadParams
Source§impl Serialize for GetThreadParams
impl Serialize for GetThreadParams
impl StructuralPartialEq for GetThreadParams
Auto Trait Implementations§
impl Freeze for GetThreadParams
impl RefUnwindSafe for GetThreadParams
impl Send for GetThreadParams
impl Sync for GetThreadParams
impl Unpin for GetThreadParams
impl UnwindSafe for GetThreadParams
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