Struct repr::DatumList [−][src]
Expand description
A sequence of Datums
Fields
data: &'a [u8]Points at the serialized datums
Implementations
pub fn iter(&self) -> DatumListIter<'a>ⓘNotable traits for DatumListIter<'a>impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;
impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;Trait Implementations
Try to convert a Result whose Ok variant is a Datum into this native Rust type (Self). If it fails the error variant will contain the original result. Read more
Convert this Rust type into a Result containing a Datum, or an error
type IntoIter = DatumListIter<'a>
type IntoIter = DatumListIter<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> DatumListIter<'a>ⓘNotable traits for DatumListIter<'a>impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;
fn into_iter(self) -> DatumListIter<'a>ⓘNotable traits for DatumListIter<'a>impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;
impl<'a> Iterator for DatumListIter<'a> type Item = Datum<'a>;Creates an iterator from a value. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for DatumList<'a>
impl<'a> UnwindSafe for DatumList<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
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