Docs.rs
  • postgres-protocol-0.6.5
    • postgres-protocol 0.6.5
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sfackler
    • Dependencies
      • base64 ^0.21 normal
      • byteorder ^1.0 normal
      • bytes ^1.0 normal
      • fallible-iterator ^0.2 normal
      • hmac ^0.12 normal
      • md-5 ^0.10 normal
      • memchr ^2.0 normal
      • rand ^0.8 normal
      • sha2 ^0.10 normal
      • stringprep ^0.1 normal
    • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module backend

  • Structs
  • Enums
  • Constants
?
Change settings

Module postgres_protocol::message::backend

source ·

Structs

  • AuthenticationGssContinueBody
  • AuthenticationMd5PasswordBody
  • AuthenticationSaslBody
  • AuthenticationSaslContinueBody
  • AuthenticationSaslFinalBody
  • BackendKeyDataBody
  • ColumnFormats
  • CommandCompleteBody
  • CopyDataBody
  • CopyInResponseBody
  • CopyOutResponseBody
  • DataRowBody
  • DataRowRanges
  • ErrorField
  • ErrorFields
  • ErrorResponseBody
  • Field
  • Fields
  • Header
  • NoticeResponseBody
  • NotificationResponseBody
  • ParameterDescriptionBody
  • ParameterStatusBody
  • Parameters
  • ReadyForQueryBody
  • RowDescriptionBody
  • SaslMechanisms

Enums

  • Message
    An enum representing Postgres backend messages.

Constants

  • AUTHENTICATION_TAG
  • BACKEND_KEY_DATA_TAG
  • BIND_COMPLETE_TAG
  • CLOSE_COMPLETE_TAG
  • COMMAND_COMPLETE_TAG
  • COPY_DATA_TAG
  • COPY_DONE_TAG
  • COPY_IN_RESPONSE_TAG
  • COPY_OUT_RESPONSE_TAG
  • DATA_ROW_TAG
  • EMPTY_QUERY_RESPONSE_TAG
  • ERROR_RESPONSE_TAG
  • NOTICE_RESPONSE_TAG
  • NOTIFICATION_RESPONSE_TAG
  • NO_DATA_TAG
  • PARAMETER_DESCRIPTION_TAG
  • PARAMETER_STATUS_TAG
  • PARSE_COMPLETE_TAG
  • PORTAL_SUSPENDED_TAG
  • READY_FOR_QUERY_TAG
  • ROW_DESCRIPTION_TAG