pub struct FeatureSchemaHash(/* private fields */);Expand description
Deterministic SHA-256 identity of a feature schema.
Implementations§
Trait Implementations§
Source§impl Clone for FeatureSchemaHash
impl Clone for FeatureSchemaHash
Source§fn clone(&self) -> FeatureSchemaHash
fn clone(&self) -> FeatureSchemaHash
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 FeatureSchemaHash
Source§impl Debug for FeatureSchemaHash
impl Debug for FeatureSchemaHash
Source§impl Display for FeatureSchemaHash
impl Display for FeatureSchemaHash
impl Eq for FeatureSchemaHash
Source§impl Hash for FeatureSchemaHash
impl Hash for FeatureSchemaHash
Source§impl Ord for FeatureSchemaHash
impl Ord for FeatureSchemaHash
Source§fn cmp(&self, other: &FeatureSchemaHash) -> Ordering
fn cmp(&self, other: &FeatureSchemaHash) -> 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 FeatureSchemaHash
impl PartialEq for FeatureSchemaHash
Source§impl PartialOrd for FeatureSchemaHash
impl PartialOrd for FeatureSchemaHash
impl StructuralPartialEq for FeatureSchemaHash
Auto Trait Implementations§
impl Freeze for FeatureSchemaHash
impl RefUnwindSafe for FeatureSchemaHash
impl Send for FeatureSchemaHash
impl Sync for FeatureSchemaHash
impl Unpin for FeatureSchemaHash
impl UnsafeUnpin for FeatureSchemaHash
impl UnwindSafe for FeatureSchemaHash
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