Struct uniffi_bindgen::bindings::python::gen_python::PythonBindingGenerator
source · pub struct PythonBindingGenerator;
Trait Implementations§
source§impl BindingGenerator for PythonBindingGenerator
impl BindingGenerator for PythonBindingGenerator
source§fn write_bindings(
&self,
ci: &ComponentInterface,
config: &Config,
out_dir: &Utf8Path,
try_format_code: bool
) -> Result<()>
fn write_bindings( &self, ci: &ComponentInterface, config: &Config, out_dir: &Utf8Path, try_format_code: bool ) -> Result<()>
Writes the bindings to the output directory Read more
Auto Trait Implementations§
impl RefUnwindSafe for PythonBindingGenerator
impl Send for PythonBindingGenerator
impl Sync for PythonBindingGenerator
impl Unpin for PythonBindingGenerator
impl UnwindSafe for PythonBindingGenerator
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