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