pub struct ParamSet<'a, V: SQLParam, const N: usize> { /* private fields */ }Expand description
A typed collection of parameter bindings.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, V, const N: usize> Freeze for ParamSet<'a, V, N>where
V: Freeze,
impl<'a, V, const N: usize> RefUnwindSafe for ParamSet<'a, V, N>where
V: RefUnwindSafe,
impl<'a, V, const N: usize> Send for ParamSet<'a, V, N>where
V: Send,
impl<'a, V, const N: usize> Sync for ParamSet<'a, V, N>where
V: Sync,
impl<'a, V, const N: usize> Unpin for ParamSet<'a, V, N>where
V: Unpin,
impl<'a, V, const N: usize> UnsafeUnpin for ParamSet<'a, V, N>where
V: UnsafeUnpin,
impl<'a, V, const N: usize> UnwindSafe for ParamSet<'a, V, N>where
V: UnwindSafe,
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