pub struct RowSignature(/* private fields */);Expand description
A row-0 prefix used as a per-table fingerprint.
Implementations§
Trait Implementations§
Source§impl Clone for RowSignature
impl Clone for RowSignature
Source§fn clone(&self) -> RowSignature
fn clone(&self) -> RowSignature
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 moreSource§impl Debug for RowSignature
impl Debug for RowSignature
Source§impl Hash for RowSignature
impl Hash for RowSignature
Source§impl Ord for RowSignature
impl Ord for RowSignature
Source§fn cmp(&self, other: &RowSignature) -> Ordering
fn cmp(&self, other: &RowSignature) -> 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 RowSignature
impl PartialEq for RowSignature
Source§fn eq(&self, other: &RowSignature) -> bool
fn eq(&self, other: &RowSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RowSignature
impl PartialOrd for RowSignature
impl Eq for RowSignature
impl StructuralPartialEq for RowSignature
Auto Trait Implementations§
impl Freeze for RowSignature
impl RefUnwindSafe for RowSignature
impl Send for RowSignature
impl Sync for RowSignature
impl Unpin for RowSignature
impl UnsafeUnpin for RowSignature
impl UnwindSafe for RowSignature
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