pub struct Row<'a> { /* private fields */ }
Expand description
A comparable representation of a row.
See the module level documentation for more details.
Two Row
can only be compared if they both belong to Rows
returned by calls to RowConverter::convert_columns
on the same
RowConverter
. If different RowConverter
s are used, any
ordering established by comparing the Row
is arbitrary.
Implementations§
Trait Implementations§
source§impl<'a> Ord for Row<'a>
impl<'a> Ord for Row<'a>
source§impl<'a> PartialOrd for Row<'a>
impl<'a> PartialOrd for Row<'a>
impl<'a> Copy for Row<'a>
impl<'a> Eq for Row<'a>
Auto Trait Implementations§
impl<'a> Freeze for Row<'a>
impl<'a> RefUnwindSafe for Row<'a>
impl<'a> Send for Row<'a>
impl<'a> Sync for Row<'a>
impl<'a> Unpin for Row<'a>
impl<'a> UnwindSafe for Row<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)