pub struct Row<R>(pub Time, pub R);Tuple Fields§
§0: Time§1: RTrait Implementations§
source§impl<R> NamedRowFormat for Row<R>where
R: NamedRowFormat,
impl<R> NamedRowFormat for Row<R>where R: NamedRowFormat,
source§impl<R> Ord for Row<R>where
R: Ord,
impl<R> Ord for Row<R>where R: Ord,
source§impl<R> PartialEq<Row<R>> for Row<R>where
R: PartialEq<R>,
impl<R> PartialEq<Row<R>> for Row<R>where R: PartialEq<R>,
source§impl<R> PartialOrd<Row<R>> for Row<R>where
R: PartialOrd<R>,
impl<R> PartialOrd<Row<R>> for Row<R>where R: PartialOrd<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> RowFormat for Row<R>where
R: RowFormat,
impl<R> RowFormat for Row<R>where R: RowFormat,
const COLUMNS: usize = R::COLUMNS + 1
type Builder = RowBuilder<<R as RowFormat>::Builder>
type View = RowView<R>
fn builder( fields: &[Arc<Field, Global>] ) -> Result<<Row<R> as RowFormat>::Builder, Error>
fn view( rows: usize, fields: &[Arc<Field, Global>], arrays: &[Arc<dyn Array, Global>] ) -> Result<<Row<R> as RowFormat>::View, Error>
impl<R> Copy for Row<R>where R: Copy,
impl<R> Eq for Row<R>where R: Eq,
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.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request