Struct buildsrs_builder::DockerBuilder
source · pub struct DockerBuilder { /* private fields */ }
Expand description
Crate builder that uses Docker to execute Cargo commands.
Implementations§
Trait Implementations§
source§impl Builder for DockerBuilder
impl Builder for DockerBuilder
Auto Trait Implementations§
impl !RefUnwindSafe for DockerBuilder
impl Send for DockerBuilder
impl Sync for DockerBuilder
impl Unpin for DockerBuilder
impl !UnwindSafe for DockerBuilder
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