Docs.rs
  • mysql-connector-0.0.3
    • mysql-connector 0.0.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • untbu
    • github:riseupgroup:owners
    • Dependencies
      • base64 ^0.22.1 normal optional
      • bitflags ^2.5.0 normal
      • btoi ^0.4.3 normal
      • bytes ^1.6.0 normal
      • chrono ^0.4.38 normal
      • crossbeam ^0.8.4 normal
      • hex ^0.4.3 normal
      • lazy_static ^1.4.0 normal
      • mysql-connector-macros =0.0.3 normal
      • num ^0.4.3 normal optional
      • paste ^1.0.15 normal
      • rand ^0.8.5 normal optional
      • serde ^1.0.203 normal optional
      • sha1 ^0.10.6 normal
      • sha2 ^0.10.6 normal optional
      • tokio ^1.38.0 normal
      • dotenv ^0.15.0 dev
      • tokio ^1.38.0 dev
      • getrandom ^0.2.15 normal optional
    • Versions
    • 9.27% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mysql_connector0.0.3

Module connection

Module Items

  • Re-exports
  • Modules
  • Structs
  • Traits

In crate mysql_connector

mysql_connector

Module connection

Source

Re-exports§

pub use timeout::Timeout;
pub use timeout::TimeoutFuture;

Modules§

timeout
types

Structs§

Connection
ConnectionData
ConnectionOptions
PreparedStatement
ResultSet
TcpStreamOptionstcpstream

Traits§

ConnectionOptionsTrait
Stream
StreamRequirements