pub struct ExecutionStartEvent {
pub prompt_id: String,
}Expand description
Event payload indicating that the execution has started.
Fields§
§prompt_id: StringThe prompt ID for which the execution has started.
Trait Implementations§
Source§impl Debug for ExecutionStartEvent
impl Debug for ExecutionStartEvent
Source§impl<'de> Deserialize<'de> for ExecutionStartEvent
impl<'de> Deserialize<'de> for ExecutionStartEvent
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
Auto Trait Implementations§
impl Freeze for ExecutionStartEvent
impl RefUnwindSafe for ExecutionStartEvent
impl Send for ExecutionStartEvent
impl Sync for ExecutionStartEvent
impl Unpin for ExecutionStartEvent
impl UnwindSafe for ExecutionStartEvent
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