pub struct A2aRegistry { /* private fields */ }Expand description
Registry for discovering remote agents.
Implementations§
Trait Implementations§
Source§impl Clone for A2aRegistry
impl Clone for A2aRegistry
Source§fn clone(&self) -> A2aRegistry
fn clone(&self) -> A2aRegistry
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 A2aRegistry
impl RefUnwindSafe for A2aRegistry
impl Send for A2aRegistry
impl Sync for A2aRegistry
impl Unpin for A2aRegistry
impl UnwindSafe for A2aRegistry
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