[−][src]Struct sqlx_core::query_as::QueryAs
Methods
impl<'q, DB, O> QueryAs<'q, DB, O> where
DB: Database,
[src]
DB: Database,
pub fn bind<T>(self, value: T) -> Self where
T: Type<DB>,
T: Encode<DB>,
[src]
T: Type<DB>,
T: Encode<DB>,
Bind a value for use with this SQL query.
Trait Implementations
Auto Trait Implementations
impl<'q, DB, O> RefUnwindSafe for QueryAs<'q, DB, O> where
DB: RefUnwindSafe,
O: RefUnwindSafe,
<DB as Database>::Arguments: RefUnwindSafe,
DB: RefUnwindSafe,
O: RefUnwindSafe,
<DB as Database>::Arguments: RefUnwindSafe,
impl<'q, DB, O> Send for QueryAs<'q, DB, O> where
O: Send,
<DB as Database>::Arguments: Send,
O: Send,
<DB as Database>::Arguments: Send,
impl<'q, DB, O> Sync for QueryAs<'q, DB, O> where
DB: Sync,
O: Sync,
<DB as Database>::Arguments: Sync,
DB: Sync,
O: Sync,
<DB as Database>::Arguments: Sync,
impl<'q, DB, O> Unpin for QueryAs<'q, DB, O> where
DB: Unpin,
O: Unpin,
<DB as Database>::Arguments: Unpin,
DB: Unpin,
O: Unpin,
<DB as Database>::Arguments: Unpin,
impl<'q, DB, O> UnwindSafe for QueryAs<'q, DB, O> where
DB: UnwindSafe,
O: UnwindSafe,
<DB as Database>::Arguments: UnwindSafe,
DB: UnwindSafe,
O: UnwindSafe,
<DB as Database>::Arguments: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,