Struct rustdb::table::WriteAccess
source · pub struct WriteAccess<'d, 'i> { /* private fields */ }
Expand description
Helper class to write byte data using ColInfo.
Implementations§
Auto Trait Implementations§
impl<'d, 'i> RefUnwindSafe for WriteAccess<'d, 'i>
impl<'d, 'i> Send for WriteAccess<'d, 'i>
impl<'d, 'i> Sync for WriteAccess<'d, 'i>
impl<'d, 'i> Unpin for WriteAccess<'d, 'i>
impl<'d, 'i> !UnwindSafe for WriteAccess<'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