#[repr(transparent)]pub struct RowRef([u8]);
Expand description
Tuple Fields§
§0: [u8]
Implementations§
Trait Implementations§
source§impl<'a> IntoIterator for &'a RowRef
impl<'a> IntoIterator for &'a RowRef
source§impl PartialOrd for RowRef
impl PartialOrd for RowRef
These implementations order first by length, and then by slice contents. This allows many comparisons to complete without dereferencing memory. Warning: These order by the u8 array representation, and NOT by Datum::cmp.
source§impl ToOwned for RowRef
impl ToOwned for RowRef
impl Eq for RowRef
impl StructuralPartialEq for RowRef
Auto Trait Implementations§
impl Freeze for RowRef
impl RefUnwindSafe for RowRef
impl Send for RowRef
impl !Sized for RowRef
impl Sync for RowRef
impl Unpin for RowRef
impl UnwindSafe for RowRef
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.