pub struct A2aCatalog {
pub version: String,
pub agents: Vec<A2aCatalogEntry>,
}Fields§
§version: String§agents: Vec<A2aCatalogEntry>Trait Implementations§
Source§impl Clone for A2aCatalog
impl Clone for A2aCatalog
Source§impl Debug for A2aCatalog
impl Debug for A2aCatalog
Source§impl<'de> Deserialize<'de> for A2aCatalog
impl<'de> Deserialize<'de> for A2aCatalog
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for A2aCatalog
impl RefUnwindSafe for A2aCatalog
impl Send for A2aCatalog
impl Sync for A2aCatalog
impl Unpin for A2aCatalog
impl UnsafeUnpin for A2aCatalog
impl UnwindSafe for A2aCatalog
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