Struct odbc_api::buffers::NullableSliceMut
source · [−]pub struct NullableSliceMut<'a, T> { /* private fields */ }Expand description
Used to fill a column buffer with an iterator. Returned by super::ColumnarBuffer::column_mut
as part of an crate::buffers::AnyColumnViewMut.
Implementations
sourceimpl<'a, T> NullableSliceMut<'a, T>
impl<'a, T> NullableSliceMut<'a, T>
sourceimpl<'a, T> NullableSliceMut<'a, T>
impl<'a, T> NullableSliceMut<'a, T>
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for NullableSliceMut<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for NullableSliceMut<'a, T> where
T: Send,
impl<'a, T> Sync for NullableSliceMut<'a, T> where
T: Sync,
impl<'a, T> Unpin for NullableSliceMut<'a, T>
impl<'a, T> !UnwindSafe for NullableSliceMut<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more