[−][src]Enum unicode_normalization::IsNormalized
pub enum IsNormalized {
Yes,
No,
Maybe,
}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][+]
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,