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