pub struct RunSqlQuery<'a> { /* private fields */ }
Expand description
Builder for [Client::run_sql_query
]
[`Client::run_sql_query`]: super::Client::run_sql_query
Implementations§
Trait Implementations§
Source§impl<'a> Clone for RunSqlQuery<'a>
impl<'a> Clone for RunSqlQuery<'a>
Source§fn clone(&self) -> RunSqlQuery<'a>
fn clone(&self) -> RunSqlQuery<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for RunSqlQuery<'a>
impl<'a> !RefUnwindSafe for RunSqlQuery<'a>
impl<'a> Send for RunSqlQuery<'a>
impl<'a> Sync for RunSqlQuery<'a>
impl<'a> Unpin for RunSqlQuery<'a>
impl<'a> !UnwindSafe for RunSqlQuery<'a>
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