pub struct SkillMapRouter { /* private fields */ }Expand description
Static skill_id -> chain mapping.
The keys should match the skill ids advertised on the agent card so that clients can discover which skills are routable.
Implementations§
Trait Implementations§
Source§impl Default for SkillMapRouter
impl Default for SkillMapRouter
Source§fn default() -> SkillMapRouter
fn default() -> SkillMapRouter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for SkillMapRouter
impl !UnwindSafe for SkillMapRouter
impl Freeze for SkillMapRouter
impl Send for SkillMapRouter
impl Sync for SkillMapRouter
impl Unpin for SkillMapRouter
impl UnsafeUnpin for SkillMapRouter
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