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

Trait Implementations

Derived Implementations

impl Debug for Mapping

fn fmt(&self, __arg_0: &mut Formatter) -> Result