pub struct AgentCardBuilder { /* private fields */ }Implementations§
Source§impl AgentCardBuilder
impl AgentCardBuilder
pub fn name(self, name: String) -> Self
pub fn description(self, description: String) -> Self
pub fn url(self, url: String) -> Self
pub fn version(self, version: String) -> Self
pub fn capabilities(self, capabilities: AgentCapabilities) -> Self
pub fn skills(self, skills: Vec<AgentSkill>) -> Self
pub fn build(self) -> AgentCard
Trait Implementations§
Source§impl Default for AgentCardBuilder
impl Default for AgentCardBuilder
Source§fn default() -> AgentCardBuilder
fn default() -> AgentCardBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentCardBuilder
impl RefUnwindSafe for AgentCardBuilder
impl Send for AgentCardBuilder
impl Sync for AgentCardBuilder
impl Unpin for AgentCardBuilder
impl UnwindSafe for AgentCardBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more