pub struct RunInput {
pub run_id: String,
pub session_id: String,
pub messages: Vec<ChatMessage>,
pub state: AppState,
}Fields§
§run_id: String§session_id: String§messages: Vec<ChatMessage>§state: AppStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for RunInput
impl RefUnwindSafe for RunInput
impl Send for RunInput
impl Sync for RunInput
impl Unpin for RunInput
impl UnwindSafe for RunInput
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