Struct url::idna::Uts46Flags [] [src]

pub struct Uts46Flags {
    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 Uts46Flags
[src]

fn clone(&self) -> Uts46Flags

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 Uts46Flags
[src]