pub struct VarValAddr { /* private fields */ }Expand description
Address of stored variable length value ( varval ).
Implementations§
Trait Implementations§
Source§impl Clone for VarValAddr
impl Clone for VarValAddr
Source§fn clone(&self) -> VarValAddr
fn clone(&self) -> VarValAddr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VarValAddr
Source§impl Debug for VarValAddr
impl Debug for VarValAddr
impl Eq for VarValAddr
Source§impl<'a> Key<VarValAddr> for IdKey<'a>
impl<'a> Key<VarValAddr> for IdKey<'a>
Source§fn ok(&self, addr: VarValAddr, ps: &mut PageSet) -> Option<(VarValAddr, Value)>
fn ok(&self, addr: VarValAddr, ps: &mut PageSet) -> Option<(VarValAddr, Value)>
Check that hash lookup has found correct value.
Source§impl Ord for VarValAddr
impl Ord for VarValAddr
Source§fn cmp(&self, other: &VarValAddr) -> Ordering
fn cmp(&self, other: &VarValAddr) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VarValAddr
impl PartialEq for VarValAddr
Source§fn eq(&self, other: &VarValAddr) -> bool
fn eq(&self, other: &VarValAddr) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VarValAddr
impl PartialOrd for VarValAddr
Source§impl SmallFixed for VarValAddr
impl SmallFixed for VarValAddr
impl StructuralPartialEq for VarValAddr
Auto Trait Implementations§
impl Freeze for VarValAddr
impl RefUnwindSafe for VarValAddr
impl Send for VarValAddr
impl Sync for VarValAddr
impl Unpin for VarValAddr
impl UnsafeUnpin for VarValAddr
impl UnwindSafe for VarValAddr
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> 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.