pub struct A2aServerConfig {
pub name: String,
pub description: String,
pub base_url: String,
pub version: String,
}Expand description
Configuration for the A2A server.
Fields§
§name: StringAgent name.
description: StringAgent description.
base_url: StringBase URL where this agent is reachable.
version: StringAgent version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A2aServerConfig
impl RefUnwindSafe for A2aServerConfig
impl Send for A2aServerConfig
impl Sync for A2aServerConfig
impl Unpin for A2aServerConfig
impl UnsafeUnpin for A2aServerConfig
impl UnwindSafe for A2aServerConfig
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