Struct repr::scalar::EMPTY_ARRAY_ROW [−][src]
struct EMPTY_ARRAY_ROW {
__private_field: (),
}Fields
__private_field: ()Methods from Deref<Target = Row>
Methods from Deref<Target = RowRef>
Unpack self into a Vec<Datum> for efficient random access.
Return the first Datum in self
Panics if the Row is empty.
pub fn iter(&self) -> DatumListIter<'_>ⓘNotable traits for DatumListIter<'a>impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;
pub fn iter(&self) -> DatumListIter<'_>ⓘNotable traits for DatumListIter<'a>impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;
Notable traits for DatumListIter<'a>
impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;Iterate the Datum elements of the Row.
For debugging only
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EMPTY_ARRAY_ROW
impl Send for EMPTY_ARRAY_ROW
impl Sync for EMPTY_ARRAY_ROW
impl Unpin for EMPTY_ARRAY_ROW
impl UnwindSafe for EMPTY_ARRAY_ROW
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more