Struct autopulse::db::conn::multi_connection_impl::bind_collector::InnerBindValue
source · struct InnerBindValue<'a> {
value: InnerBindValueKind<'a>,
push_bound_value_to_collector: &'static dyn PushBoundValueToCollector,
}
Fields§
§value: InnerBindValueKind<'a>
§push_bound_value_to_collector: &'static dyn PushBoundValueToCollector
Auto Trait Implementations§
impl<'a> Freeze for InnerBindValue<'a>
impl<'a> !RefUnwindSafe for InnerBindValue<'a>
impl<'a> !Send for InnerBindValue<'a>
impl<'a> !Sync for InnerBindValue<'a>
impl<'a> Unpin for InnerBindValue<'a>
impl<'a> !UnwindSafe for InnerBindValue<'a>
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