pub struct AgentRouter { /* private fields */ }Expand description
Route messages to appropriate agents.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentRouter
impl RefUnwindSafe for AgentRouter
impl Send for AgentRouter
impl Sync for AgentRouter
impl Unpin for AgentRouter
impl UnwindSafe for AgentRouter
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