pub struct ActionExample {
pub user_message: String,
pub agent_response: String,
}Fields§
§user_message: String§agent_response: StringTrait Implementations§
Source§impl Clone for ActionExample
impl Clone for ActionExample
Source§fn clone(&self) -> ActionExample
fn clone(&self) -> ActionExample
Returns a duplicate of the value. Read more
1.0.0 · 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 ActionExample
impl RefUnwindSafe for ActionExample
impl Send for ActionExample
impl Sync for ActionExample
impl Unpin for ActionExample
impl UnwindSafe for ActionExample
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