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