[−][src]Trait trust_dns_resolver::IntoName
Conversion into a Name
Required methods
fn into_name(self) -> Result<Name, ProtoError>
Convert this into Name
Implementations on Foreign Types
impl<'a> IntoName for &'a str
[src]
impl<'a> IntoName for &'a str
fn into_name(self) -> Result<Name, ProtoError> | [src] |
Performs a utf8, IDNA or punycode, translation of the str
into Name
impl IntoName for String
[src]
impl IntoName for String
fn into_name(self) -> Result<Name, ProtoError> | [src] |
Performs a utf8, IDNA or punycode, translation of the String
into Name
Implementors
impl IntoName for Name
[src]
impl IntoName for Name
fn into_name(self) -> Result<Name, ProtoError> | [src] |
impl<'a> IntoName for &'a Name
[src]
impl<'a> IntoName for &'a Name
fn into_name(self) -> Result<Name, ProtoError> | [src] |
Clones this into a new Name