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