pub struct A2aTaskSessionProgressItem {
pub progress_pct: u8,
pub summary: String,
pub retryable: bool,
pub retry_after_ms: Option<u64>,
pub updated_at_ms: u64,
}Fields§
§progress_pct: u8§summary: String§retryable: bool§retry_after_ms: Option<u64>§updated_at_ms: u64Trait Implementations§
Source§impl Clone for A2aTaskSessionProgressItem
impl Clone for A2aTaskSessionProgressItem
Source§fn clone(&self) -> A2aTaskSessionProgressItem
fn clone(&self) -> A2aTaskSessionProgressItem
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 A2aTaskSessionProgressItem
impl Debug for A2aTaskSessionProgressItem
Source§impl<'de> Deserialize<'de> for A2aTaskSessionProgressItem
impl<'de> Deserialize<'de> for A2aTaskSessionProgressItem
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
impl Eq for A2aTaskSessionProgressItem
impl StructuralPartialEq for A2aTaskSessionProgressItem
Auto Trait Implementations§
impl Freeze for A2aTaskSessionProgressItem
impl RefUnwindSafe for A2aTaskSessionProgressItem
impl Send for A2aTaskSessionProgressItem
impl Sync for A2aTaskSessionProgressItem
impl Unpin for A2aTaskSessionProgressItem
impl UnsafeUnpin for A2aTaskSessionProgressItem
impl UnwindSafe for A2aTaskSessionProgressItem
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