Docs.rs
  • postgres-proto-rs-0.1.0
    • postgres-proto-rs 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zain-kabani
    • Dependencies
      • bytes ^1 normal
      • log ^0.4.17 normal
      • num-derive ^0.3.3 normal
      • num-traits ^0.2 normal
      • tokio ^1 normal
      • tokio ^1 dev
    • Versions
    • 0% 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

postgres_proto_rs0.1.0

Module backend

Module Items

  • Structs
  • Enums
  • Constants
  • Traits

In postgres_proto_rs::messages

postgres_proto_rs::messages

Module backend

Source

Structs§

AuthenticationCleartextPassword
AuthenticationMD5Password
AuthenticationMD5PasswordParams
AuthenticationOk
AuthenticationSASL
AuthenticationSASLContinue
AuthenticationSASLFinal
BackendKeyData
BackendKeyDataParams
BindComplete
CloseComplete
CommandComplete
CommandCompleteParams
CopyBothResponse
CopyData
CopyDone
CopyInResponse
CopyOutResponse
DataRow
EmptyQueryResponse
ErrorResponse
FunctionCallResponse
NoData
NoticeResponse
NotificationResponse
ParameterDescription
ParameterStatus
ParseComplete
PortalSuspended
ReadyForQuery
ReadyForQueryParams
RowDescription

Enums§

BackendMessageType

Constants§

AUTH_CODE_CLEARTEXT_PASSWORD
AUTH_CODE_GSS
AUTH_CODE_GSS_CONT
AUTH_CODE_MD5_PASSWORD
AUTH_CODE_OK
AUTH_CODE_SASL
AUTH_CODE_SASL_CONTINUE
AUTH_CODE_SASL_FINAL
AUTH_CODE_SCM_CREDS
AUTH_CODE_SSPI

Traits§

BackendMessage