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