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