Docs.rs
  • indymilter-test-0.2.0
    • indymilter-test 0.2.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • glts
    • Dependencies
      • bytes ^1.5.0 normal
      • indymilter ^0.3.0 normal
      • regex ^1.9.5 normal optional
      • tokio ^1.32.0 normal
      • byte-strings ^0.3.1 dev
      • tokio ^1.32.0 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 46.07% of the crate is documented
  • 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

indymilter_test0.2.0

IntoSocketInfo

Required Methods

  • into_socket_info

Implementations on Foreign Types

  • &CStr
  • &str
  • (I, u16)
  • CString
  • IpAddr
  • Ipv4Addr
  • Ipv6Addr
  • SocketAddr
  • [u8; 4]
  • [u8; 16]
  • [u16; 8]

Implementors

In crate indymilter_test

indymilter_test

Trait IntoSocketInfo

Source
pub trait IntoSocketInfo {
    // Required method
    fn into_socket_info(self) -> SocketInfo;
}
Expand description

Infallible conversion to SocketInfo.

Required Methods§

Source

fn into_socket_info(self) -> SocketInfo

Implementations on Foreign Types§

Source§

impl IntoSocketInfo for &str

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for &CStr

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for IpAddr

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for SocketAddr

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for CString

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for Ipv4Addr

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for Ipv6Addr

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for [u8; 4]

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for [u8; 16]

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl IntoSocketInfo for [u16; 8]

Source§

fn into_socket_info(self) -> SocketInfo

Source§

impl<I: Into<IpAddr>> IntoSocketInfo for (I, u16)

Source§

fn into_socket_info(self) -> SocketInfo

Implementors§

Source§

impl IntoSocketInfo for SocketInfo