pub struct AgentNode<A, S>{ /* private fields */ }Expand description
使用 Agent 适配为图节点的占位实现。
当前版本中,AgentNode 只负责调用底层 Agent,并丢弃结果,返回
Default::default() 作为状态增量,以保证编译通过。
未来版本会扩展为可配置的输入/输出映射逻辑。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, S> Freeze for AgentNode<A, S>
impl<A, S> RefUnwindSafe for AgentNode<A, S>
impl<A, S> Send for AgentNode<A, S>
impl<A, S> Sync for AgentNode<A, S>
impl<A, S> Unpin for AgentNode<A, S>
impl<A, S> UnsafeUnpin for AgentNode<A, S>
impl<A, S> UnwindSafe for AgentNode<A, S>
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