pub struct AssistantResponseTransform {
pub response: LlmResponse,
pub events: Vec<PluginRuntimeEvent>,
}Fields§
§response: LlmResponse§events: Vec<PluginRuntimeEvent>Trait Implementations§
Source§impl Clone for AssistantResponseTransform
impl Clone for AssistantResponseTransform
Source§fn clone(&self) -> AssistantResponseTransform
fn clone(&self) -> AssistantResponseTransform
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 AssistantResponseTransform
impl RefUnwindSafe for AssistantResponseTransform
impl Send for AssistantResponseTransform
impl Sync for AssistantResponseTransform
impl Unpin for AssistantResponseTransform
impl UnsafeUnpin for AssistantResponseTransform
impl UnwindSafe for AssistantResponseTransform
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