Docs.rs
mail-auth-0.3.10
mail-auth 0.3.10
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
ahash ^0.8.0
normal
ed25519-dalek ^2.0
normal
optional
flate2 ^1.0.25
normal
hickory-resolver ^0.24
normal
lru-cache ^0.1.2
normal
mail-builder ^0.3
normal
mail-parser ^0.9
normal
parking_lot ^0.12.0
normal
quick-xml ^0.31
normal
ring ^0.17
normal
optional
rsa ^0.7
normal
optional
rustls-pemfile ^2
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sha1 ^0.10
normal
optional
sha2 ^0.10.6
normal
optional
zip ^0.6.3
normal
rustls-pemfile ^2
dev
tokio ^1.16
dev
Versions
4.8%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mail_auth
0.3.10
IntoFqdn
Required Methods
into_fqdn
Implementations on Foreign Types
&'x str
&String
String
Implementors
In mail_auth::common::resolver
?
Trait
mail_auth
::
common
::
resolver
::
IntoFqdn
source
·
[
−
]
pub trait IntoFqdn<'x> { // Required method fn
into_fqdn
(self) ->
Cow
<'x,
str
>; }
Required Methods
§
source
fn
into_fqdn
(self) ->
Cow
<'x,
str
>
Implementations on Foreign Types
§
source
§
impl<'x>
IntoFqdn
<'x> for &'x
str
source
§
fn
into_fqdn
(self) ->
Cow
<'x,
str
>
source
§
impl<'x>
IntoFqdn
<'x> for &
String
source
§
fn
into_fqdn
(self) ->
Cow
<'x,
str
>
source
§
impl<'x>
IntoFqdn
<'x> for
String
source
§
fn
into_fqdn
(self) ->
Cow
<'x,
str
>
Implementors
§