Enum url::idna::Mapping
[−]
[src]
pub enum Mapping {
Valid,
Ignored,
Mapped(&'static str),
Deviation(&'static str),
Disallowed,
DisallowedStd3Valid,
DisallowedStd3Mapped(&'static str),
}Variants
Valid | ||
Ignored | ||
Mapped | ||
Deviation | ||
Disallowed | ||
DisallowedStd3Valid | ||
DisallowedStd3Mapped |