pub struct MapLeaf {
pub record_id: RecordId,
}Fields§
§record_id: RecordIdTrait Implementations§
Source§impl VisitBytes for MapLeaf
impl VisitBytes for MapLeaf
Source§impl VisitPrefixEncode for MapLeaf
impl VisitPrefixEncode for MapLeaf
fn visit_pe<BV: ?Sized + ByteVisitor>( &self, visitor: &mut PrefixEncodeVisitor<'_, BV>, )
fn visit_bv<BV>(&self, visitor: &mut BV)where
BV: ByteVisitor + ?Sized,
impl Eq for MapLeaf
impl StructuralPartialEq for MapLeaf
Auto Trait Implementations§
impl Freeze for MapLeaf
impl RefUnwindSafe for MapLeaf
impl Send for MapLeaf
impl Sync for MapLeaf
impl Unpin for MapLeaf
impl UnwindSafe for MapLeaf
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<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.