pub struct ResponseConversationParam {
pub id: String,
pub extra: Extra,
}Fields§
§id: String§extra: ExtraTrait Implementations§
Source§impl Clone for ResponseConversationParam
impl Clone for ResponseConversationParam
Source§fn clone(&self) -> ResponseConversationParam
fn clone(&self) -> ResponseConversationParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResponseConversationParam
impl Debug for ResponseConversationParam
Source§impl<'de> Deserialize<'de> for ResponseConversationParam
impl<'de> Deserialize<'de> for ResponseConversationParam
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
impl StructuralPartialEq for ResponseConversationParam
Auto Trait Implementations§
impl Freeze for ResponseConversationParam
impl RefUnwindSafe for ResponseConversationParam
impl Send for ResponseConversationParam
impl Sync for ResponseConversationParam
impl Unpin for ResponseConversationParam
impl UnsafeUnpin for ResponseConversationParam
impl UnwindSafe for ResponseConversationParam
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