pub struct RunResultStreaming { /* private fields */ }Expand description
Streaming result (placeholder for future implementation)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunResultStreaming
impl RefUnwindSafe for RunResultStreaming
impl Send for RunResultStreaming
impl Sync for RunResultStreaming
impl Unpin for RunResultStreaming
impl UnsafeUnpin for RunResultStreaming
impl UnwindSafe for RunResultStreaming
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