pub struct AssistantResponseHookContext {
pub session_id: String,
pub response: LlmResponse,
}Fields§
§session_id: String§response: LlmResponseTrait Implementations§
Source§impl Clone for AssistantResponseHookContext
impl Clone for AssistantResponseHookContext
Source§fn clone(&self) -> AssistantResponseHookContext
fn clone(&self) -> AssistantResponseHookContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AssistantResponseHookContext
impl RefUnwindSafe for AssistantResponseHookContext
impl Send for AssistantResponseHookContext
impl Sync for AssistantResponseHookContext
impl Unpin for AssistantResponseHookContext
impl UnsafeUnpin for AssistantResponseHookContext
impl UnwindSafe for AssistantResponseHookContext
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