pub struct RowsResult {
pub rows: Vec<Row>,
}Fields§
§rows: Vec<Row>Trait Implementations§
Source§impl Clone for RowsResult
impl Clone for RowsResult
Source§fn clone(&self) -> RowsResult
fn clone(&self) -> RowsResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowsResult
impl Debug for RowsResult
Auto Trait Implementations§
impl Freeze for RowsResult
impl RefUnwindSafe for RowsResult
impl Send for RowsResult
impl Sync for RowsResult
impl Unpin for RowsResult
impl UnsafeUnpin for RowsResult
impl UnwindSafe for RowsResult
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