pub struct SubagentEndEvent {
pub id: String,
pub agent_name: String,
pub error: bool,
}Fields§
§id: String§agent_name: String§error: boolTrait Implementations§
Source§impl Clone for SubagentEndEvent
impl Clone for SubagentEndEvent
Source§fn clone(&self) -> SubagentEndEvent
fn clone(&self) -> SubagentEndEvent
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 SubagentEndEvent
impl Debug for SubagentEndEvent
Source§impl Default for SubagentEndEvent
impl Default for SubagentEndEvent
Source§fn default() -> SubagentEndEvent
fn default() -> SubagentEndEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubagentEndEvent
impl<'de> Deserialize<'de> for SubagentEndEvent
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 SubagentEndEvent
impl RefUnwindSafe for SubagentEndEvent
impl Send for SubagentEndEvent
impl Sync for SubagentEndEvent
impl Unpin for SubagentEndEvent
impl UnsafeUnpin for SubagentEndEvent
impl UnwindSafe for SubagentEndEvent
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