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