[−][src]Enum unicode_normalization::IsNormalized
The QuickCheck algorithm can quickly determine if a text is or isn't
normalized without any allocations in many cases, but it has to be able to
return Maybe
when a full decomposition and recomposition is necessary.
Variants
The text is definitely normalized.
The text is definitely not normalized.
The text may be normalized.
Trait Implementations
impl Debug for IsNormalized
[src]
impl Eq for IsNormalized
[src]
impl PartialEq<IsNormalized> for IsNormalized
[src]
fn eq(&self, other: &IsNormalized) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for IsNormalized
[src]
impl StructuralPartialEq for IsNormalized
[src]
Auto Trait Implementations
impl RefUnwindSafe for IsNormalized
impl Send for IsNormalized
impl Sync for IsNormalized
impl Unpin for IsNormalized
impl UnwindSafe for IsNormalized
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,