Docs.rs
  • postgres-shared-0.4.2
    • postgres-shared 0.4.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sfackler
    • Dependencies
      • bit-vec ^0.4
      • chrono ^0.4
      • eui48 ^0.3
      • fallible-iterator ^0.1.3
      • geo ^0.4
      • hex ^0.2
      • phf ^0.7.22
      • postgres-protocol ^0.3
      • rustc-serialize ^0.3
      • serde_json ^1.0
      • time ^0.1.14
      • uuid ^0.5
    • Versions
  • Platform
    • i686-apple-darwin
    • 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
☰

Crate postgres_shared

  • Modules
  • Macros
  • Structs

Crates

  • postgres_shared
Change settings

Crate postgres_shared[−][src]

Modules

error

Errors.

params

Connection parameters

rows
stmt
types

Types.

Macros

accepts

Generates a simple implementation of ToSql::accepts which accepts the types passed to it.

to_sql_checked

Generates an implementation of ToSql::to_sql_checked.

Structs

CancelData

Contains information necessary to cancel queries for a session.

Notification

An asynchronous notification.

Results for Builder

In Names
(3)
In Parameters
(0)
In Return Types
(7)
postgres_shared::params::BuilderA builder for `ConnectParams`. 
postgres_shared::params::ConnectParams::builderReturns a new builder. 
postgres_shared::params::Builder::buildConstructs a `ConnectParams` from the builder. 
No results :(
Try on DuckDuckGo?
postgres_shared::params::ConnectParams::builderReturns a new builder. 
postgres_shared::params::Builder::newCreates a new builder. 
postgres_shared::params::Builder::portSets the port. 
postgres_shared::params::Builder::userSets the user. 
postgres_shared::params::Builder::optionAdds a runtime parameter. 
postgres_shared::params::Builder::databaseSets the database. 
postgres_shared::params::Builder::connect_timeoutSets the connection timeout. 

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
↑
Move up in search results
↓
Move down in search results
↹
Switch tab
⏎
Go to active search result
+
Expand all sections
-
Collapse all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g. fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g. vec -> usize or * -> vec)

Search multiple things at once by splitting your query with comma (e.g. str,u8 or String,struct:Vec,test)