pub struct AgentStartedEvent {
pub metadata: EventMetadata,
pub agent_name: String,
pub message_preview: String,
}
Fields§
§metadata: EventMetadata
§agent_name: String
§message_preview: String
Trait Implementations§
Source§impl Clone for AgentStartedEvent
impl Clone for AgentStartedEvent
Source§fn clone(&self) -> AgentStartedEvent
fn clone(&self) -> AgentStartedEvent
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 moreSource§impl Debug for AgentStartedEvent
impl Debug for AgentStartedEvent
Source§impl<'de> Deserialize<'de> for AgentStartedEvent
impl<'de> Deserialize<'de> for AgentStartedEvent
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 AgentStartedEvent
impl RefUnwindSafe for AgentStartedEvent
impl Send for AgentStartedEvent
impl Sync for AgentStartedEvent
impl Unpin for AgentStartedEvent
impl UnwindSafe for AgentStartedEvent
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