pub struct Binder<'h, 't, S> { /* private fields */ }
Expand description
Controls binding of parametrized query values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'h, 't, S> Freeze for Binder<'h, 't, S>
impl<'h, 't, S> RefUnwindSafe for Binder<'h, 't, S>where
S: RefUnwindSafe,
impl<'h, 't, S> !Send for Binder<'h, 't, S>
impl<'h, 't, S> !Sync for Binder<'h, 't, S>
impl<'h, 't, S> Unpin for Binder<'h, 't, S>where
S: Unpin,
impl<'h, 't, S> UnwindSafe for Binder<'h, 't, S>where
S: 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