pub struct CodegenEngine;Expand description
Code generation runtime orchestrating schema parsing and artifact generation
Implementations§
Source§impl CodegenEngine
impl CodegenEngine
pub fn execute(request: CodegenRequest) -> Result<CodegenOutcome>
pub fn execute_validated(request: CodegenRequest) -> Result<CodegenOutcome>
Auto Trait Implementations§
impl Freeze for CodegenEngine
impl RefUnwindSafe for CodegenEngine
impl Send for CodegenEngine
impl Sync for CodegenEngine
impl Unpin for CodegenEngine
impl UnsafeUnpin for CodegenEngine
impl UnwindSafe for CodegenEngine
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