pub struct GraphExecution<S: WorkflowState = State> {
pub stream: GraphStream<S>,
pub handle: GraphHandle,
}Expand description
Graph 流式执行的完整返回包装。
Fields§
§stream: GraphStream<S>§handle: GraphHandleAuto Trait Implementations§
impl<S> Freeze for GraphExecution<S>
impl<S> RefUnwindSafe for GraphExecution<S>
impl<S> Send for GraphExecution<S>
impl<S> Sync for GraphExecution<S>
impl<S> Unpin for GraphExecution<S>
impl<S> UnsafeUnpin for GraphExecution<S>
impl<S> UnwindSafe for GraphExecution<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