pub struct DigestGroundingMap;Expand description
v0.2.2 W4: kind for one-way digest functions (e.g., SHA-256). Total but not invertible; preserves no structure.
Trait Implementations§
Source§impl Clone for DigestGroundingMap
impl Clone for DigestGroundingMap
Source§fn clone(&self) -> DigestGroundingMap
fn clone(&self) -> DigestGroundingMap
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 DigestGroundingMap
impl Debug for DigestGroundingMap
Source§impl Default for DigestGroundingMap
impl Default for DigestGroundingMap
Source§fn default() -> DigestGroundingMap
fn default() -> DigestGroundingMap
Returns the “default value” for a type. Read more
Source§impl Hash for DigestGroundingMap
impl Hash for DigestGroundingMap
Source§impl MorphismKind for DigestGroundingMap
impl MorphismKind for DigestGroundingMap
Source§const ONTOLOGY_IRI: &'static str = "https://uor.foundation/morphism/DigestGroundingMap"
const ONTOLOGY_IRI: &'static str = "https://uor.foundation/morphism/DigestGroundingMap"
The ontology IRI of this morphism kind.
Source§impl PartialEq for DigestGroundingMap
impl PartialEq for DigestGroundingMap
Source§fn eq(&self, other: &DigestGroundingMap) -> bool
fn eq(&self, other: &DigestGroundingMap) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DigestGroundingMap
impl Eq for DigestGroundingMap
impl GroundingMapKind for DigestGroundingMap
impl StructuralPartialEq for DigestGroundingMap
impl Total for DigestGroundingMap
Auto Trait Implementations§
impl Freeze for DigestGroundingMap
impl RefUnwindSafe for DigestGroundingMap
impl Send for DigestGroundingMap
impl Sync for DigestGroundingMap
impl Unpin for DigestGroundingMap
impl UnsafeUnpin for DigestGroundingMap
impl UnwindSafe for DigestGroundingMap
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