pub struct RawSql {
pub postgres: String,
pub mysql: String,
pub sqlite: String,
}Expand description
Raw SQL that may have backend-specific variants
Fields§
§postgres: String§mysql: String§sqlite: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawSql
impl RefUnwindSafe for RawSql
impl Send for RawSql
impl Sync for RawSql
impl Unpin for RawSql
impl UnwindSafe for RawSql
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