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

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • MigrationList
  • Migrator
  • PublicKey
  • TcpStream
  • Version
  • connection::Connection
  • connection::ConnectionData
  • connection::ConnectionOptions
  • connection::PreparedStatement
  • connection::ResultSet
  • connection::TcpStreamOptions
  • connection::timeout::Timeout
  • error::AuthPluginMismatch
  • model::NamedValue
  • model::QueryColumnReference
  • model::UpdateModel
  • pool::AsyncPool
  • pool::PoolItem
  • pool::PoolTake
  • pool::SyncPool
  • pool::VecPoolCtx
  • types::Column
  • types::Hex
  • types::IdentifierEscape
  • types::StringEscape
  • types::UnquotedIdentifierEscape

Enums

  • error::Error
  • error::InvalidFlags
  • error::ParseError
  • error::ProtocolError
  • error::RuntimeError
  • error::SerializeError
  • model::ActiveReference
  • model::ActiveValue
  • model::QueryColumn
  • types::AuthPlugin
  • types::Value
  • types::ValueType

Traits

  • Migration
  • connection::ConnectionOptionsTrait
  • connection::Stream
  • connection::StreamRequirements
  • model::ActiveModel
  • model::FromQueryResult
  • model::FromQueryResultMapping
  • model::HasActiveModel
  • model::IntoQuery
  • model::Model
  • model::ModelData
  • pool::AsyncPoolContent
  • pool::AsyncPoolContentError
  • pool::AsyncPoolTrait
  • pool::SyncPoolContent
  • types::SimpleValue

Macros

  • simple_migration

Type Aliases

  • connection::timeout::TimeoutFuture