pub struct UpdateConversationBody {
pub metadata: MetadataParam,
}
Fields§
§metadata: MetadataParam
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateConversationBody
impl Clone for UpdateConversationBody
Source§fn clone(&self) -> UpdateConversationBody
fn clone(&self) -> UpdateConversationBody
Returns a duplicate 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 UpdateConversationBody
impl Debug for UpdateConversationBody
Source§impl<'de> Deserialize<'de> for UpdateConversationBody
impl<'de> Deserialize<'de> for UpdateConversationBody
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 UpdateConversationBody
impl PartialEq for UpdateConversationBody
Source§impl Serialize for UpdateConversationBody
impl Serialize for UpdateConversationBody
impl StructuralPartialEq for UpdateConversationBody
Auto Trait Implementations§
impl Freeze for UpdateConversationBody
impl RefUnwindSafe for UpdateConversationBody
impl Send for UpdateConversationBody
impl Sync for UpdateConversationBody
impl Unpin for UpdateConversationBody
impl UnwindSafe for UpdateConversationBody
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