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

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

Fields

use_std3_ascii_rules: bool transitional_processing: bool verify_dns_length: bool

Trait Implementations

impl Clone for Flags
[src]

fn clone(&self) -> Flags

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Flags
[src]