pub struct Access<'d, 'i> { /* private fields */ }
Expand description
Helper class to read byte data using ColInfo.
Implementations
Auto Trait Implementations
impl<'d, 'i> RefUnwindSafe for Access<'d, 'i>
impl<'d, 'i> Send for Access<'d, 'i>
impl<'d, 'i> Sync for Access<'d, 'i>
impl<'d, 'i> Unpin for Access<'d, 'i>
impl<'d, 'i> UnwindSafe for Access<'d, 'i>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more