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§
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