pub struct A2aTaskSessionStartRequest {
pub sender_id: String,
pub protocol_version: String,
pub task_id: String,
pub task_summary: String,
}Fields§
§sender_id: String§protocol_version: String§task_id: String§task_summary: StringTrait Implementations§
Source§impl Clone for A2aTaskSessionStartRequest
impl Clone for A2aTaskSessionStartRequest
Source§fn clone(&self) -> A2aTaskSessionStartRequest
fn clone(&self) -> A2aTaskSessionStartRequest
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 A2aTaskSessionStartRequest
impl Debug for A2aTaskSessionStartRequest
Source§impl<'de> Deserialize<'de> for A2aTaskSessionStartRequest
impl<'de> Deserialize<'de> for A2aTaskSessionStartRequest
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 A2aTaskSessionStartRequest
impl StructuralPartialEq for A2aTaskSessionStartRequest
Auto Trait Implementations§
impl Freeze for A2aTaskSessionStartRequest
impl RefUnwindSafe for A2aTaskSessionStartRequest
impl Send for A2aTaskSessionStartRequest
impl Sync for A2aTaskSessionStartRequest
impl Unpin for A2aTaskSessionStartRequest
impl UnsafeUnpin for A2aTaskSessionStartRequest
impl UnwindSafe for A2aTaskSessionStartRequest
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