pub struct GoStructGenerator;Implementations§
Source§impl GoStructGenerator
impl GoStructGenerator
pub fn generate_models_file( &self, ir: &SqlcxIR, overrides: &Overrides, ) -> String
Trait Implementations§
Source§impl SchemaGenerator for GoStructGenerator
impl SchemaGenerator for GoStructGenerator
Auto Trait Implementations§
impl Freeze for GoStructGenerator
impl RefUnwindSafe for GoStructGenerator
impl Send for GoStructGenerator
impl Sync for GoStructGenerator
impl Unpin for GoStructGenerator
impl UnsafeUnpin for GoStructGenerator
impl UnwindSafe for GoStructGenerator
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