pub struct AgentHandoffStartedEvent {
pub type: Option<Type>,
pub created_at: Option<String>,
pub output_index: Option<i32>,
pub id: String,
pub previous_agent_id: String,
pub previous_agent_name: String,
}Fields§
§type: Option<Type>§created_at: Option<String>§output_index: Option<i32>§id: String§previous_agent_id: String§previous_agent_name: StringImplementations§
Trait Implementations§
Source§impl Clone for AgentHandoffStartedEvent
impl Clone for AgentHandoffStartedEvent
Source§fn clone(&self) -> AgentHandoffStartedEvent
fn clone(&self) -> AgentHandoffStartedEvent
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 AgentHandoffStartedEvent
impl Debug for AgentHandoffStartedEvent
Source§impl Default for AgentHandoffStartedEvent
impl Default for AgentHandoffStartedEvent
Source§fn default() -> AgentHandoffStartedEvent
fn default() -> AgentHandoffStartedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentHandoffStartedEvent
impl<'de> Deserialize<'de> for AgentHandoffStartedEvent
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
Source§impl PartialEq for AgentHandoffStartedEvent
impl PartialEq for AgentHandoffStartedEvent
Source§impl Serialize for AgentHandoffStartedEvent
impl Serialize for AgentHandoffStartedEvent
impl StructuralPartialEq for AgentHandoffStartedEvent
Auto Trait Implementations§
impl Freeze for AgentHandoffStartedEvent
impl RefUnwindSafe for AgentHandoffStartedEvent
impl Send for AgentHandoffStartedEvent
impl Sync for AgentHandoffStartedEvent
impl Unpin for AgentHandoffStartedEvent
impl UnsafeUnpin for AgentHandoffStartedEvent
impl UnwindSafe for AgentHandoffStartedEvent
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