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