pub struct VersionKey {
pub table_id: u32,
pub row_id: u64,
}Expand description
Key identifying a specific version of a row.
Fields§
§table_id: u32§row_id: u64Trait Implementations§
Source§impl Clone for VersionKey
impl Clone for VersionKey
Source§fn clone(&self) -> VersionKey
fn clone(&self) -> VersionKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VersionKey
impl Debug for VersionKey
Source§impl Hash for VersionKey
impl Hash for VersionKey
Source§impl PartialEq for VersionKey
impl PartialEq for VersionKey
impl Eq for VersionKey
impl StructuralPartialEq for VersionKey
Auto Trait Implementations§
impl Freeze for VersionKey
impl RefUnwindSafe for VersionKey
impl Send for VersionKey
impl Sync for VersionKey
impl Unpin for VersionKey
impl UnsafeUnpin for VersionKey
impl UnwindSafe for VersionKey
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.