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