pub enum AiConversationPartPhase {
Commentary,
Answer,
Unknown,
}Expand description
The phase during which a conversation part was generated.
Variants§
Trait Implementations§
Source§impl Clone for AiConversationPartPhase
impl Clone for AiConversationPartPhase
Source§fn clone(&self) -> AiConversationPartPhase
fn clone(&self) -> AiConversationPartPhase
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 AiConversationPartPhase
impl Debug for AiConversationPartPhase
Source§impl<'de> Deserialize<'de> for AiConversationPartPhase
impl<'de> Deserialize<'de> for AiConversationPartPhase
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 AiConversationPartPhase
impl PartialEq for AiConversationPartPhase
Source§impl Serialize for AiConversationPartPhase
impl Serialize for AiConversationPartPhase
impl Eq for AiConversationPartPhase
impl StructuralPartialEq for AiConversationPartPhase
Auto Trait Implementations§
impl Freeze for AiConversationPartPhase
impl RefUnwindSafe for AiConversationPartPhase
impl Send for AiConversationPartPhase
impl Sync for AiConversationPartPhase
impl Unpin for AiConversationPartPhase
impl UnsafeUnpin for AiConversationPartPhase
impl UnwindSafe for AiConversationPartPhase
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