pub struct GetUserPasswordHashStmt(/* private fields */);Implementations§
Source§impl GetUserPasswordHashStmt
impl GetUserPasswordHashStmt
pub fn bind<'a, C: GenericClient>( &'a mut self, client: &'a C, user_id: &'a i32, ) -> StringQuery<'a, C, String, 1>
Auto Trait Implementations§
impl Freeze for GetUserPasswordHashStmt
impl !RefUnwindSafe for GetUserPasswordHashStmt
impl Send for GetUserPasswordHashStmt
impl Sync for GetUserPasswordHashStmt
impl Unpin for GetUserPasswordHashStmt
impl !UnwindSafe for GetUserPasswordHashStmt
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