#[repr(transparent)]pub struct RowShapeFingerprint(pub Hash64);Tuple Fields§
§0: Hash64Implementations§
Trait Implementations§
Source§impl Clone for RowShapeFingerprint
impl Clone for RowShapeFingerprint
Source§fn clone(&self) -> RowShapeFingerprint
fn clone(&self) -> RowShapeFingerprint
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 RowShapeFingerprint
Source§impl Debug for RowShapeFingerprint
impl Debug for RowShapeFingerprint
Source§impl Deref for RowShapeFingerprint
impl Deref for RowShapeFingerprint
Source§impl<'de> Deserialize<'de> for RowShapeFingerprint
impl<'de> Deserialize<'de> for RowShapeFingerprint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RowShapeFingerprint
Source§impl From<Hash64> for RowShapeFingerprint
impl From<Hash64> for RowShapeFingerprint
Source§impl From<RowShapeFingerprint> for Hash64
impl From<RowShapeFingerprint> for Hash64
Source§fn from(fp: RowShapeFingerprint) -> Self
fn from(fp: RowShapeFingerprint) -> Self
Converts to this type from the input type.
Source§impl From<u64> for RowShapeFingerprint
impl From<u64> for RowShapeFingerprint
Source§impl Hash for RowShapeFingerprint
impl Hash for RowShapeFingerprint
Source§impl Ord for RowShapeFingerprint
impl Ord for RowShapeFingerprint
Source§fn cmp(&self, other: &RowShapeFingerprint) -> Ordering
fn cmp(&self, other: &RowShapeFingerprint) -> 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 RowShapeFingerprint
impl PartialEq for RowShapeFingerprint
Source§impl PartialOrd for RowShapeFingerprint
impl PartialOrd for RowShapeFingerprint
Source§impl Serialize for RowShapeFingerprint
impl Serialize for RowShapeFingerprint
impl StructuralPartialEq for RowShapeFingerprint
Auto Trait Implementations§
impl Freeze for RowShapeFingerprint
impl RefUnwindSafe for RowShapeFingerprint
impl Send for RowShapeFingerprint
impl Sync for RowShapeFingerprint
impl Unpin for RowShapeFingerprint
impl UnsafeUnpin for RowShapeFingerprint
impl UnwindSafe for RowShapeFingerprint
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