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