pub struct RowParser { /* private fields */ }
Expand description
A RowParser
can be created from a RowConverter
and used to parse bytes to Row
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowParser
impl RefUnwindSafe for RowParser
impl Send for RowParser
impl Sync for RowParser
impl Unpin for RowParser
impl UnwindSafe for RowParser
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