pub struct Access<'d, 'i> { /* private fields */ }
Expand description
Helper struct to access byte data using ColInfo ( returned by Table::access method ).
Implementations§
Auto Trait Implementations§
impl<'d, 'i> Freeze for Access<'d, 'i>
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