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