pub struct HelmEmitter;Expand description
Emits a Helm chart from the export model.
Trait Implementations§
Source§impl Emitter for HelmEmitter
impl Emitter for HelmEmitter
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 HelmEmitter
impl RefUnwindSafe for HelmEmitter
impl Send for HelmEmitter
impl Sync for HelmEmitter
impl Unpin for HelmEmitter
impl UnsafeUnpin for HelmEmitter
impl UnwindSafe for HelmEmitter
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