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