pub struct RawRow {
pub row: Row,
pub raw_row: Vec<Option<String>>,
}Fields§
§row: Row§raw_row: Vec<Option<String>>Implementations§
Trait Implementations§
Source§impl IntoIterator for RawRow
impl IntoIterator for RawRow
Auto Trait Implementations§
impl Freeze for RawRow
impl RefUnwindSafe for RawRow
impl Send for RawRow
impl Sync for RawRow
impl Unpin for RawRow
impl UnwindSafe for RawRow
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