pub struct A2aServerApp { /* private fields */ }Available on crate features
a2a-v1 and server only.Expand description
A configured A2A server application ready to serve.
Created via A2aServerBuilder::build. Provides access to the
underlying Axum router and a convenience serve
method for binding and listening.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for A2aServerApp
impl !UnwindSafe for A2aServerApp
impl Freeze for A2aServerApp
impl Send for A2aServerApp
impl Sync for A2aServerApp
impl Unpin for A2aServerApp
impl UnsafeUnpin for A2aServerApp
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