pub struct ValueBinder { /* private fields */ }Expand description
Builds a parameterized statement: each bind_next
records a value and returns its placeholder string, so a query builder can
splice placeholders into SQL text and hand the collected values to the
driver in bind order.
Implementations§
Source§impl ValueBinder
impl ValueBinder
Auto Trait Implementations§
impl Freeze for ValueBinder
impl RefUnwindSafe for ValueBinder
impl Send for ValueBinder
impl Sync for ValueBinder
impl Unpin for ValueBinder
impl UnsafeUnpin for ValueBinder
impl UnwindSafe for ValueBinder
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