Struct warg_protocol::registry::MapLeaf
source · pub struct MapLeaf {
pub record_id: RecordId,
}
Fields§
§record_id: RecordId
Trait Implementations§
source§impl PartialEq for MapLeaf
impl PartialEq for MapLeaf
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<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.