pub struct KeyOrdinal(/* private fields */);Expand description
Zero-based key ordinal within a specific dictionary file snapshot.
Implementations§
Trait Implementations§
Source§impl Clone for KeyOrdinal
impl Clone for KeyOrdinal
Source§fn clone(&self) -> KeyOrdinal
fn clone(&self) -> KeyOrdinal
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 KeyOrdinal
Source§impl Debug for KeyOrdinal
impl Debug for KeyOrdinal
impl Eq for KeyOrdinal
Source§impl From<KeyOrdinal> for u64
impl From<KeyOrdinal> for u64
Source§fn from(value: KeyOrdinal) -> Self
fn from(value: KeyOrdinal) -> Self
Converts to this type from the input type.
Source§impl From<u64> for KeyOrdinal
impl From<u64> for KeyOrdinal
Source§impl Hash for KeyOrdinal
impl Hash for KeyOrdinal
Source§impl Ord for KeyOrdinal
impl Ord for KeyOrdinal
Source§fn cmp(&self, other: &KeyOrdinal) -> Ordering
fn cmp(&self, other: &KeyOrdinal) -> 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 KeyOrdinal
impl PartialEq for KeyOrdinal
Source§fn eq(&self, other: &KeyOrdinal) -> bool
fn eq(&self, other: &KeyOrdinal) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for KeyOrdinal
impl PartialOrd for KeyOrdinal
impl StructuralPartialEq for KeyOrdinal
Auto Trait Implementations§
impl Freeze for KeyOrdinal
impl RefUnwindSafe for KeyOrdinal
impl Send for KeyOrdinal
impl Sync for KeyOrdinal
impl Unpin for KeyOrdinal
impl UnsafeUnpin for KeyOrdinal
impl UnwindSafe for KeyOrdinal
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