Struct xsd_types::value::NormalizedStr
source · pub struct NormalizedStr(/* private fields */);Implementations§
source§impl NormalizedStr
impl NormalizedStr
Trait Implementations§
source§impl Borrow<NormalizedStr> for NormalizedString
impl Borrow<NormalizedStr> for NormalizedString
source§fn borrow(&self) -> &NormalizedStr
fn borrow(&self) -> &NormalizedStr
Immutably borrows from an owned value. Read more
source§impl Debug for NormalizedStr
impl Debug for NormalizedStr
source§impl Display for NormalizedStr
impl Display for NormalizedStr
source§impl Hash for NormalizedStr
impl Hash for NormalizedStr
source§impl Lexical for NormalizedStr
impl Lexical for NormalizedStr
source§impl LexicalFormOf<NormalizedString> for NormalizedStr
impl LexicalFormOf<NormalizedString> for NormalizedStr
type ValueError = InvalidNormalizedStr
fn try_as_value(&self) -> Result<NormalizedString, Self::ValueError>
source§impl Ord for NormalizedStr
impl Ord for NormalizedStr
source§impl PartialEq for NormalizedStr
impl PartialEq for NormalizedStr
source§fn eq(&self, other: &NormalizedStr) -> bool
fn eq(&self, other: &NormalizedStr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NormalizedStr
impl PartialOrd for NormalizedStr
source§fn partial_cmp(&self, other: &NormalizedStr) -> Option<Ordering>
fn partial_cmp(&self, other: &NormalizedStr) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ToOwned for NormalizedStr
impl ToOwned for NormalizedStr
§type Owned = NormalizedString
type Owned = NormalizedString
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more