pub struct A2aTaskLifecycleEvent {
pub task_id: String,
pub state: A2aTaskLifecycleState,
pub summary: String,
pub updated_at_ms: u64,
pub error: Option<A2aErrorEnvelope>,
}Fields§
§task_id: String§state: A2aTaskLifecycleState§summary: String§updated_at_ms: u64§error: Option<A2aErrorEnvelope>Trait Implementations§
Source§impl Clone for A2aTaskLifecycleEvent
impl Clone for A2aTaskLifecycleEvent
Source§fn clone(&self) -> A2aTaskLifecycleEvent
fn clone(&self) -> A2aTaskLifecycleEvent
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 A2aTaskLifecycleEvent
impl Debug for A2aTaskLifecycleEvent
Source§impl<'de> Deserialize<'de> for A2aTaskLifecycleEvent
impl<'de> Deserialize<'de> for A2aTaskLifecycleEvent
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 A2aTaskLifecycleEvent
impl PartialEq for A2aTaskLifecycleEvent
Source§impl Serialize for A2aTaskLifecycleEvent
impl Serialize for A2aTaskLifecycleEvent
impl Eq for A2aTaskLifecycleEvent
impl StructuralPartialEq for A2aTaskLifecycleEvent
Auto Trait Implementations§
impl Freeze for A2aTaskLifecycleEvent
impl RefUnwindSafe for A2aTaskLifecycleEvent
impl Send for A2aTaskLifecycleEvent
impl Sync for A2aTaskLifecycleEvent
impl Unpin for A2aTaskLifecycleEvent
impl UnsafeUnpin for A2aTaskLifecycleEvent
impl UnwindSafe for A2aTaskLifecycleEvent
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