pub struct DbResult {
pub columns: Vec<DbColumn>,
pub rows: Vec<DbRow>,
}
Fields§
§columns: Vec<DbColumn>
§rows: Vec<DbRow>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbResult
impl RefUnwindSafe for DbResult
impl Send for DbResult
impl Sync for DbResult
impl Unpin for DbResult
impl UnwindSafe for DbResult
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