pub struct SubAgentEventStream { /* private fields */ }Expand description
SubAgent 事件流(过滤特定 SubAgent 的事件)
Implementations§
Source§impl SubAgentEventStream
impl SubAgentEventStream
Sourcepub async fn recv(&mut self) -> Option<OrchestratorEvent>
pub async fn recv(&mut self) -> Option<OrchestratorEvent>
接收下一个事件
Auto Trait Implementations§
impl Freeze for SubAgentEventStream
impl !RefUnwindSafe for SubAgentEventStream
impl Send for SubAgentEventStream
impl Sync for SubAgentEventStream
impl Unpin for SubAgentEventStream
impl UnsafeUnpin for SubAgentEventStream
impl !UnwindSafe for SubAgentEventStream
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