pub struct ComposeEmitter;Expand description
Emits a docker-compose.yml from the export model.
Trait Implementations§
Source§impl Emitter for ComposeEmitter
impl Emitter for ComposeEmitter
Source§fn emit(&self, model: &ExportModel) -> Result<ExportArtifacts>
fn emit(&self, model: &ExportModel) -> Result<ExportArtifacts>
Emit the target files for
model.Auto Trait Implementations§
impl Freeze for ComposeEmitter
impl RefUnwindSafe for ComposeEmitter
impl Send for ComposeEmitter
impl Sync for ComposeEmitter
impl Unpin for ComposeEmitter
impl UnsafeUnpin for ComposeEmitter
impl UnwindSafe for ComposeEmitter
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