pub struct PreparedChatTurn {
pub session: Session,
}Expand description
Outcome of preparing a chat turn.
Fields§
§session: SessionAuto Trait Implementations§
impl Freeze for PreparedChatTurn
impl RefUnwindSafe for PreparedChatTurn
impl Send for PreparedChatTurn
impl Sync for PreparedChatTurn
impl Unpin for PreparedChatTurn
impl UnsafeUnpin for PreparedChatTurn
impl UnwindSafe for PreparedChatTurn
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