Enum fog_pack::validator::Normalize [−][src]
pub enum Normalize {
None,
NFC,
NFKC,
}Expand description
Unicode Normalization settings.
Variants
No normalization applied.
NFC normalization applied.
NFKC normalization applied.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Normalize
impl UnwindSafe for Normalize
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self