pub struct PreparedQuery { /* private fields */ }Expand description
Implementations§
Source§impl PreparedQuery
impl PreparedQuery
Sourcepub const fn language(&self) -> QueryLanguage
pub const fn language(&self) -> QueryLanguage
Trait Implementations§
Source§impl Clone for PreparedQuery
impl Clone for PreparedQuery
Source§fn clone(&self) -> PreparedQuery
fn clone(&self) -> PreparedQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreparedQuery
impl Debug for PreparedQuery
impl Eq for PreparedQuery
Source§impl PartialEq for PreparedQuery
impl PartialEq for PreparedQuery
Source§fn eq(&self, other: &PreparedQuery) -> bool
fn eq(&self, other: &PreparedQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreparedQuery
Auto Trait Implementations§
impl Freeze for PreparedQuery
impl RefUnwindSafe for PreparedQuery
impl Send for PreparedQuery
impl Sync for PreparedQuery
impl Unpin for PreparedQuery
impl UnsafeUnpin for PreparedQuery
impl UnwindSafe for PreparedQuery
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