pub struct A2aServer { /* private fields */ }Expand description
A configured A2A server ready to run.
Implementations§
Auto Trait Implementations§
impl Freeze for A2aServer
impl !RefUnwindSafe for A2aServer
impl Send for A2aServer
impl Sync for A2aServer
impl Unpin for A2aServer
impl UnsafeUnpin for A2aServer
impl !UnwindSafe for A2aServer
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