Docs.rs
mail-auth-0.8.0
mail-auth 0.8.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
aws-lc-rs ^1
normal
optional
flate2 ^1.1
normal
hashify ^0.2
normal
optional
hickory-resolver =0.26.0-alpha.1
normal
mail-builder ^0.4
normal
mail-parser ^0.11
normal
quick-xml ^0.39
normal
optional
rand ^0.8.5
normal
optional
ring ^0.17
normal
optional
rkyv ^0.8
normal
optional
rsa ^0.9.8
normal
optional
rustls-pki-types ^1.14
normal
serde ^1.0
normal
serde_json ^1.0
normal
zip ^8.5
normal
optional
psl ^2.1
dev
rustls-pki-types ^1.14
dev
tokio ^1.51
dev
Versions
4.51%
of the crate is documented
Platform
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
Skip to main content
HasValidLabels
mail_
auth
0.8.0
HasValid
Labels
Required Methods
has_valid_labels
Implementations on Foreign Types
&str
Implementors
In mail_
auth::
spf::
verify
mail_auth
::
spf
::
verify
Trait
HasValid
Labels
Copy item path
Source
pub trait HasValidLabels { // Required method fn
has_valid_labels
(&self) ->
bool
; }
Required Methods
§
Source
fn
has_valid_labels
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
HasValidLabels
for &
str
Source
§
fn
has_valid_labels
(&self) ->
bool
Implementors
§