pub struct FastapiServerGenerator;Expand description
FastAPI server stub generator.
Trait Implementations§
Source§impl CodeGenerator for FastapiServerGenerator
impl CodeGenerator for FastapiServerGenerator
fn id(&self) -> GeneratorId
fn generate( &self, ir: &IrSpec, config: &GeneratorConfig, ) -> Result<Vec<GeneratedFile>, GeneratorError>
Auto Trait Implementations§
impl Freeze for FastapiServerGenerator
impl RefUnwindSafe for FastapiServerGenerator
impl Send for FastapiServerGenerator
impl Sync for FastapiServerGenerator
impl Unpin for FastapiServerGenerator
impl UnsafeUnpin for FastapiServerGenerator
impl UnwindSafe for FastapiServerGenerator
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