pub struct LlmConversation;
Trait Implementations§
Source§impl HasField<__typename> for LlmConversation
impl HasField<__typename> for LlmConversation
Source§impl HasField<_id> for LlmConversation
impl HasField<_id> for LlmConversation
Source§impl HasField<createdAt> for LlmConversation
impl HasField<createdAt> for LlmConversation
Source§impl HasField<deleted> for LlmConversation
impl HasField<deleted> for LlmConversation
Source§impl HasField<lastUpdatedAt> for LlmConversation
impl HasField<lastUpdatedAt> for LlmConversation
Source§impl HasField<legacyData> for LlmConversation
impl HasField<legacyData> for LlmConversation
Source§impl HasField<messages> for LlmConversation
impl HasField<messages> for LlmConversation
Source§impl HasField<model> for LlmConversation
impl HasField<model> for LlmConversation
Source§impl HasField<schemaVersion> for LlmConversation
impl HasField<schemaVersion> for LlmConversation
Source§impl HasField<systemPrompt> for LlmConversation
impl HasField<systemPrompt> for LlmConversation
Source§impl HasField<title> for LlmConversation
impl HasField<title> for LlmConversation
Source§impl HasField<user> for LlmConversation
impl HasField<user> for LlmConversation
Source§impl HasField<userId> for LlmConversation
impl HasField<userId> for LlmConversation
Auto Trait Implementations§
impl Freeze for LlmConversation
impl RefUnwindSafe for LlmConversation
impl Send for LlmConversation
impl Sync for LlmConversation
impl Unpin for LlmConversation
impl UnwindSafe for LlmConversation
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