pub struct Conversation2 {
pub id: String,
}
Expand description
The conversation that this response belongs to. Input items and output items from this response are automatically added to this conversation.
Fields§
§id: String
The unique ID of the conversation.
Implementations§
Trait Implementations§
Source§impl Clone for Conversation2
impl Clone for Conversation2
Source§fn clone(&self) -> Conversation2
fn clone(&self) -> Conversation2
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 Conversation2
impl Debug for Conversation2
Source§impl<'de> Deserialize<'de> for Conversation2
impl<'de> Deserialize<'de> for Conversation2
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 Conversation2
impl PartialEq for Conversation2
Source§impl Serialize for Conversation2
impl Serialize for Conversation2
impl StructuralPartialEq for Conversation2
Auto Trait Implementations§
impl Freeze for Conversation2
impl RefUnwindSafe for Conversation2
impl Send for Conversation2
impl Sync for Conversation2
impl Unpin for Conversation2
impl UnwindSafe for Conversation2
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