pub struct PythonGenerator;Trait Implementations§
Source§impl Generator for PythonGenerator
impl Generator for PythonGenerator
fn name(&self) -> &'static str
fn generate(&self, api: &Api, out_dir: &Utf8Path) -> Result<()>
fn output_files(&self, _api: &Api, out_dir: &Utf8Path) -> Vec<String>
fn generate_with_config( &self, api: &Api, out_dir: &Utf8Path, _config: &GeneratorConfig, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for PythonGenerator
impl RefUnwindSafe for PythonGenerator
impl Send for PythonGenerator
impl Sync for PythonGenerator
impl Unpin for PythonGenerator
impl UnsafeUnpin for PythonGenerator
impl UnwindSafe for PythonGenerator
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