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 | |
transitional_processing | |
verify_dns_length |
Trait Implementations
Derived 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