pub struct InOrder { /* private fields */ }
Expand description
An implementation of InputParameterMapping
that should be used if the order of the column
buffers for the array input parameters matches the order of the placeholders in the SQL
Statement.
Implementations§
Trait Implementations§
Source§impl InputParameterMapping for InOrder
impl InputParameterMapping for InOrder
fn parameter_index_to_column_index(&self, paramteter_index: u16) -> usize
fn num_parameters(&self) -> usize
Auto Trait Implementations§
impl Freeze for InOrder
impl RefUnwindSafe for InOrder
impl Send for InOrder
impl Sync for InOrder
impl Unpin for InOrder
impl UnwindSafe for InOrder
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