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
Auto Trait Implementations
impl RefUnwindSafe for Flags
impl UnwindSafe for Flags
Blanket Implementations
Mutably borrows from an owned value. Read more