pub struct RustPlugin {
pub schema_name: String,
pub driver_name: String,
}Fields§
§schema_name: String§driver_name: StringImplementations§
Trait Implementations§
Source§impl LanguagePlugin for RustPlugin
impl LanguagePlugin for RustPlugin
fn generate( &self, ir: &SqlcxIR, config: &TargetConfig, ) -> Result<Vec<GeneratedFile>>
Auto Trait Implementations§
impl Freeze for RustPlugin
impl RefUnwindSafe for RustPlugin
impl Send for RustPlugin
impl Sync for RustPlugin
impl Unpin for RustPlugin
impl UnsafeUnpin for RustPlugin
impl UnwindSafe for RustPlugin
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