Struct idna::uts46::Flags[][src]

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

Fields

Trait Implementations

impl Copy for Flags
[src]

impl Clone for Flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Flags

impl Sync for Flags