pub struct A2AClientConfig {
pub discovery_ttl: Duration,
pub extensions: Vec<String>,
}Expand description
Configuration for A2AClient.
Fields§
§discovery_ttl: DurationDiscovery cache time-to-live.
extensions: Vec<String>Extension URIs sent as A2A-Extensions: uri1,uri2.
Trait Implementations§
Source§impl Clone for A2AClientConfig
impl Clone for A2AClientConfig
Source§fn clone(&self) -> A2AClientConfig
fn clone(&self) -> A2AClientConfig
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 A2AClientConfig
impl Debug for A2AClientConfig
Auto Trait Implementations§
impl Freeze for A2AClientConfig
impl RefUnwindSafe for A2AClientConfig
impl Send for A2AClientConfig
impl Sync for A2AClientConfig
impl Unpin for A2AClientConfig
impl UnsafeUnpin for A2AClientConfig
impl UnwindSafe for A2AClientConfig
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