Docs.rs
  • mockito-1.3.0
    • mockito 1.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • lipanski
    • Dependencies
      • assert-json-diff ^2.0 normal
      • colored ~2.0 normal optional
      • futures ^0.3 normal
      • hyper ^0.14 normal
      • log ^0.4 normal
      • rand ^0.8 normal
      • regex ^1.7 normal
      • serde_json ^1.0 normal
      • serde_urlencoded ^0.7 normal
      • similar ^2.2 normal
      • tokio ^1.25 normal
      • env_logger ^0.8 dev
      • reqwest ^0.11 dev
      • testing_logger ^0.1 dev
      • tokio ^1.25 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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
logo

mockito1.3.0

IntoHeaderName

Required Methods

  • into_header_name

Implementations on Foreign Types

  • &HeaderName
  • &String
  • &str
  • HeaderName
  • String

Implementors

In crate mockito

?
Change settings

Trait mockito::IntoHeaderName

source ·
pub trait IntoHeaderName {
    // Required method
    fn into_header_name(self) -> HeaderName;
}

Required Methods§

source

fn into_header_name(self) -> HeaderName

Implementations on Foreign Types§

source§

impl IntoHeaderName for &str

source§

fn into_header_name(self) -> HeaderName

source§

impl IntoHeaderName for &String

source§

fn into_header_name(self) -> HeaderName

source§

impl IntoHeaderName for &HeaderName

source§

fn into_header_name(self) -> HeaderName

source§

impl IntoHeaderName for String

source§

fn into_header_name(self) -> HeaderName

source§

impl IntoHeaderName for HeaderName

source§

fn into_header_name(self) -> HeaderName

Implementors§