Enum bollard::exec::StartExecResults
source · pub enum StartExecResults {
Attached {
output: Pin<Box<dyn Stream<Item = Result<LogOutput, Error>> + Send>>,
input: Pin<Box<dyn AsyncWrite + Send>>,
},
Detached,
}
Expand description
Result type for the Start Exec API
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartExecResults
impl !RefUnwindSafe for StartExecResults
impl Send for StartExecResults
impl !Sync for StartExecResults
impl Unpin for StartExecResults
impl !UnwindSafe for StartExecResults
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