Struct rbdc_mysql::query::MysqlQuery
source · pub struct MysqlQuery { /* private fields */ }
Implementations§
source§impl MysqlQuery
impl MysqlQuery
pub fn sql(&self) -> &str
pub fn statement(&self) -> Option<&MySqlStatement>
pub fn take_arguments(self) -> Option<MySqlArguments>
pub fn persistent(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for MysqlQuery
impl Send for MysqlQuery
impl Sync for MysqlQuery
impl Unpin for MysqlQuery
impl UnwindSafe for MysqlQuery
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