pub struct BeforeAgentStartEvent {
pub prompt: String,
}Fields§
§prompt: StringTrait Implementations§
Source§impl Clone for BeforeAgentStartEvent
impl Clone for BeforeAgentStartEvent
Source§fn clone(&self) -> BeforeAgentStartEvent
fn clone(&self) -> BeforeAgentStartEvent
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 moreSource§impl Debug for BeforeAgentStartEvent
impl Debug for BeforeAgentStartEvent
Source§impl Default for BeforeAgentStartEvent
impl Default for BeforeAgentStartEvent
Source§fn default() -> BeforeAgentStartEvent
fn default() -> BeforeAgentStartEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BeforeAgentStartEvent
impl RefUnwindSafe for BeforeAgentStartEvent
impl Send for BeforeAgentStartEvent
impl Sync for BeforeAgentStartEvent
impl Unpin for BeforeAgentStartEvent
impl UnsafeUnpin for BeforeAgentStartEvent
impl UnwindSafe for BeforeAgentStartEvent
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