pub struct DockerProcess { /* private fields */ }Expand description
A peer process running in a Docker container
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DockerProcess
impl !RefUnwindSafe for DockerProcess
impl Send for DockerProcess
impl Sync for DockerProcess
impl Unpin for DockerProcess
impl !UnwindSafe for DockerProcess
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