pub struct DockerCompose { /* private fields */ }
Expand description
A utility to manage the lifecycle of docker compose
.
It will start docker compose
when calling the run
method and will be stopped via Drop
.
Implementations§
Trait Implementations§
Source§impl Debug for DockerCompose
impl Debug for DockerCompose
Auto Trait Implementations§
impl Freeze for DockerCompose
impl RefUnwindSafe for DockerCompose
impl Send for DockerCompose
impl Sync for DockerCompose
impl Unpin for DockerCompose
impl UnwindSafe for DockerCompose
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