pub struct A2aAgentBinding {
pub base_url: String,
pub remote_agent_id: String,
pub auth: Option<RemoteSecurityConfig>,
pub poll_interval_ms: u64,
}Fields§
§base_url: String§remote_agent_id: String§auth: Option<RemoteSecurityConfig>§poll_interval_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for A2aAgentBinding
impl Clone for A2aAgentBinding
Source§fn clone(&self) -> A2aAgentBinding
fn clone(&self) -> A2aAgentBinding
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 moreAuto Trait Implementations§
impl Freeze for A2aAgentBinding
impl RefUnwindSafe for A2aAgentBinding
impl Send for A2aAgentBinding
impl Sync for A2aAgentBinding
impl Unpin for A2aAgentBinding
impl UnwindSafe for A2aAgentBinding
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