Struct uniffi_bindgen::bindings::ruby::gen_ruby::RubyBindingGenerator
source · pub struct RubyBindingGenerator;
Trait Implementations§
source§impl BindingGenerator for RubyBindingGenerator
impl BindingGenerator for RubyBindingGenerator
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 RubyBindingGenerator
impl Send for RubyBindingGenerator
impl Sync for RubyBindingGenerator
impl Unpin for RubyBindingGenerator
impl UnwindSafe for RubyBindingGenerator
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