pub struct RustCodeGenerator {
pub version: String,
}Fields§
§version: StringImplementations§
Trait Implementations§
Source§impl CodeGenerator for RustCodeGenerator
impl CodeGenerator for RustCodeGenerator
fn generate_all( &self, doc: &EtlDocument, fault_tree_probs: &BTreeMap<String, f64>, _registry: &AsyncApiRegistry, _diagnostics: &mut Vec<Diagnostic>, ) -> Result<String, String>
Auto Trait Implementations§
impl Freeze for RustCodeGenerator
impl RefUnwindSafe for RustCodeGenerator
impl Send for RustCodeGenerator
impl Sync for RustCodeGenerator
impl Unpin for RustCodeGenerator
impl UnsafeUnpin for RustCodeGenerator
impl UnwindSafe for RustCodeGenerator
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