pub struct OtherSql { /* private fields */ }Implementations§
Source§impl OtherSql
impl OtherSql
pub fn new<S: Into<String>>( database_type: DatabaseType, order: OtherSqlOrder, sql: S, ) -> Self
pub fn database_type(&self) -> DatabaseType
pub fn order(&self) -> OtherSqlOrder
pub fn sql(&self) -> &str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OtherSql
impl RefUnwindSafe for OtherSql
impl Send for OtherSql
impl Sync for OtherSql
impl Unpin for OtherSql
impl UnsafeUnpin for OtherSql
impl UnwindSafe for OtherSql
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