[−][src]Trait trust_dns_proto::rr::domain::IntoLabel
Conversion into a Label
Required methods
fn into_label(self) -> ProtoResult<Label>
Convert this into Label
Implementations on Foreign Types
impl<'a> IntoLabel for &'a str
[src]
impl<'a> IntoLabel for &'a str
fn into_label(self) -> ProtoResult<Label> | [src] |
impl IntoLabel for String
[src]
impl IntoLabel for String
fn into_label(self) -> ProtoResult<Label> | [src] |
impl<'a> IntoLabel for &'a [u8]
[src]
impl<'a> IntoLabel for &'a [u8]
fn into_label(self) -> ProtoResult<Label> | [src] |
impl IntoLabel for Vec<u8>
[src]
impl IntoLabel for Vec<u8>
fn into_label(self) -> ProtoResult<Label> | [src] |
Implementors
impl IntoLabel for Label
[src]
impl IntoLabel for Label
fn into_label(self) -> ProtoResult<Label> | [src] |
impl<'a> IntoLabel for &'a Label
[src]
impl<'a> IntoLabel for &'a Label
fn into_label(self) -> ProtoResult<Label> | [src] |