pub struct DBResponse {
pub row_list: Vec<Row>,
/* private fields */
}
Fields§
§row_list: Vec<Row>
Implementations§
Auto Trait Implementations§
impl Freeze for DBResponse
impl RefUnwindSafe for DBResponse
impl Send for DBResponse
impl Sync for DBResponse
impl Unpin for DBResponse
impl UnwindSafe for DBResponse
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