pub struct ExecResultHandle { /* private fields */ }Implementations§
Source§impl ExecResultHandle
impl ExecResultHandle
pub async fn next(&mut self) -> Option<StandardOutput>
pub async fn result(self) -> Result<ExecResult, ClientError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecResultHandle
impl !RefUnwindSafe for ExecResultHandle
impl Send for ExecResultHandle
impl Sync for ExecResultHandle
impl Unpin for ExecResultHandle
impl !UnwindSafe for ExecResultHandle
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