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