Struct unic_idna::Flags [] [src]

pub struct Flags {
    pub use_std3_ascii_rules: bool,
    pub transitional_processing: bool,
    pub verify_dns_length: bool,
}

Optional settings for processing and conversion algorithms.

Fields

Transitional_Processing or Nontransitional Processing, for transitional handling of Deviation characters.

https://www.unicode.org/reports/tr46/#Conformance

VerifyDnsLength flag, to verify DNS length restrictions.

https://www.unicode.org/reports/tr46/#ToASCII

Trait Implementations

impl Copy for Flags
[src]

impl Clone for Flags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more