pub struct AgentCardDiscoveryConfig {
pub ttl: Duration,
}Expand description
Discovery cache configuration for remote agent cards.
Fields§
§ttl: DurationMaximum time to reuse a cached discovery response.
Trait Implementations§
Source§impl Clone for AgentCardDiscoveryConfig
impl Clone for AgentCardDiscoveryConfig
Source§fn clone(&self) -> AgentCardDiscoveryConfig
fn clone(&self) -> AgentCardDiscoveryConfig
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 AgentCardDiscoveryConfig
impl Debug for AgentCardDiscoveryConfig
Source§impl Default for AgentCardDiscoveryConfig
impl Default for AgentCardDiscoveryConfig
impl Copy for AgentCardDiscoveryConfig
Auto Trait Implementations§
impl Freeze for AgentCardDiscoveryConfig
impl RefUnwindSafe for AgentCardDiscoveryConfig
impl Send for AgentCardDiscoveryConfig
impl Sync for AgentCardDiscoveryConfig
impl Unpin for AgentCardDiscoveryConfig
impl UnsafeUnpin for AgentCardDiscoveryConfig
impl UnwindSafe for AgentCardDiscoveryConfig
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