Docs.rs
mail-auth-0.7.1
mail-auth 0.7.1
Permalink
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.26.0-alpha.1
normal
mail-builder ^0.4
normal
mail-parser ^0.11
normal
quick-xml ^0.37
normal
optional
quick_cache ^0.6.9
normal
rand ^0.8.5
normal
optional
ring ^0.17
normal
optional
rkyv ^0.8.10
normal
optional
rsa ^0.9.8
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 ^4.0
normal
optional
psl ^2.1.55
dev
rustls-pemfile ^2
dev
tokio ^1.16
dev
Versions
3.89%
of the crate is documented
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.7.1
Into
Fqdn
Required Methods
into_fqdn
Implementations on Foreign Types
&'x str
&String
String
Implementors
In mail_
auth::
common::
resolver
mail_auth
::
common
::
resolver
Trait
IntoFqdn
Copy item path
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
§