pub struct DefaultOtherSqlGenerator { /* private fields */ }Implementations§
Source§impl DefaultOtherSqlGenerator
impl DefaultOtherSqlGenerator
pub fn new(context: GeneratorContext) -> Self
pub fn context(&self) -> &GeneratorContext
Trait Implementations§
Source§impl OtherSqlGenerator for DefaultOtherSqlGenerator
impl OtherSqlGenerator for DefaultOtherSqlGenerator
fn output_other_sql_top(&self)
fn output_other_sql_bottom(&self)
fn output_other_sql( &self, writer: &mut SqlWriter, statement_separator: &str, sql: &str, )
Auto Trait Implementations§
impl !RefUnwindSafe for DefaultOtherSqlGenerator
impl !Send for DefaultOtherSqlGenerator
impl !Sync for DefaultOtherSqlGenerator
impl !UnwindSafe for DefaultOtherSqlGenerator
impl Freeze for DefaultOtherSqlGenerator
impl Unpin for DefaultOtherSqlGenerator
impl UnsafeUnpin for DefaultOtherSqlGenerator
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