Struct ella_common::row::Row
source · pub struct Row<R>(pub Time, pub R);Tuple Fields§
§0: Time§1: RTrait Implementations§
source§impl<R: NamedRowFormat> NamedRowFormat for Row<R>
impl<R: NamedRowFormat> NamedRowFormat for Row<R>
source§impl<R: Ord> Ord for Row<R>
impl<R: Ord> Ord for Row<R>
source§impl<R: PartialEq> PartialEq<Row<R>> for Row<R>
impl<R: PartialEq> PartialEq<Row<R>> for Row<R>
source§impl<R: PartialOrd> PartialOrd<Row<R>> for Row<R>
impl<R: PartialOrd> PartialOrd<Row<R>> for Row<R>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<R> RowBatchBuilder<Row<R>> for RowBuilder<R::Builder>where
R: RowFormat,
impl<R> RowBatchBuilder<Row<R>> for RowBuilder<R::Builder>where R: RowFormat,
source§impl<R: RowFormat> RowFormatView<Row<R>> for RowView<R>
impl<R: RowFormat> RowFormatView<Row<R>> for RowView<R>
impl<R: Copy> Copy for Row<R>
impl<R: Eq> Eq for Row<R>
impl<R> StructuralEq for Row<R>
impl<R> StructuralPartialEq for Row<R>
Auto Trait Implementations§
impl<R> RefUnwindSafe for Row<R>where R: RefUnwindSafe,
impl<R> Send for Row<R>where R: Send,
impl<R> Sync for Row<R>where R: Sync,
impl<R> Unpin for Row<R>where R: Unpin,
impl<R> UnwindSafe for Row<R>where R: UnwindSafe,
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.