@@ -78,17 +78,17 @@ <h2 id="example" class='section-header'><a
78
78
}
79
79
}
80
80
</ pre >
81
- </ div > < h2 id ='methods '> Methods</ h2 > < h3 class ='impl '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > impl< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.new 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.new 'class ='fnname '> new</ a > <T:< a class ='trait 'href ='https://sfackler.github.io/doc/postgres/trait.IntoConnectParams.html 'title ='postgres::IntoConnectParams '> IntoConnectParams</ a > >(params: T, ssl_mode:< a class ='enum 'href ='https://sfackler.github.io/doc/postgres/enum.SslMode.html 'title ='postgres::SslMode '> SslMode</ a > ) ->< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h4 >
81
+ </ div > < h2 id ='methods '> Methods</ h2 > < h3 class ='impl '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > impl< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.new 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.new 'class ='fnname '> new</ a > <T:< a class ='trait 'href ='https://sfackler.github.io/rust-postgres/ doc/postgres/trait.IntoConnectParams.html 'title ='postgres::IntoConnectParams '> IntoConnectParams</ a > >(params: T, ssl_mode:< a class ='enum 'href ='https://sfackler.github.io/rust-postgres /doc/postgres/enum.SslMode.html 'title ='postgres::SslMode '> SslMode</ a > ) ->< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h4 >
82
82
< div class ='docblock '> < p > Creates a new< code > PostgresConnectionManager</ code > .</ p >
83
83
84
84
< p > See< code > postgres::Connection::connect</ code > for a description of the parameter
85
85
types.</ p >
86
86
</ div > </ div > < h2 id ='implementations '> Trait Implementations</ h2 > < h3 class ='impl '> < a class ='stability Stable 'title ='Stable '> </ a > < code > impl< a class ='trait 'href ='http://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html 'title ='core::fmt::Debug '> Debug</ a > for< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.fmt 'class ='method '> < a class ='stability Stable 'title ='Stable '> </ a > < code > fn< a href ='#method.fmt 'class ='fnname '> fmt</ a > (&self, fmt: &mut< a class ='struct 'href ='http://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html 'title ='core::fmt::Formatter '> Formatter</ a > ) ->< a class ='type 'href ='http://doc.rust-lang.org/nightly/core/fmt/type.Result.html 'title ='core::fmt::Result '> Result</ a > </ code > </ h4 >
87
- </ div > < h3 class ='impl '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > impl< a class ='trait 'href ='https://sfackler.github.io/doc/r2d2/trait.ConnectionManager.html 'title ='r2d2::ConnectionManager '> ConnectionManager</ a > for< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='assoc_type.Connection 'class ='type '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > type Connection =< a class ='struct 'href ='https://sfackler.github.io/doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > </ code > </ h4 >
87
+ </ div > < h3 class ='impl '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > impl< a class ='trait 'href ='https://sfackler.github.io/r2d2/ doc/r2d2/trait.ConnectionManager.html 'title ='r2d2::ConnectionManager '> ConnectionManager</ a > for< a class ='struct 'href ='../r2d2_postgres/struct.PostgresConnectionManager.html 'title ='r2d2_postgres::PostgresConnectionManager '> PostgresConnectionManager</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='assoc_type.Connection 'class ='type '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > type Connection =< a class ='struct 'href ='https://sfackler.github.io/rust-postgres /doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > </ code > </ h4 >
88
88
< h4 id ='assoc_type.Error 'class ='type '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > type Error =< a class ='enum 'href ='../r2d2_postgres/enum.Error.html 'title ='r2d2_postgres::Error '> Error</ a > </ code > </ h4 >
89
- < h4 id ='method.connect 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.connect 'class ='fnname '> connect</ a > (&self) ->< a class ='enum 'href ='http://doc.rust-lang.org/nightly/core/result/enum.Result.html 'title ='core::result::Result '> Result</ a > << a class ='struct 'href ='https://sfackler.github.io/doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > ,< a class ='enum 'href ='../r2d2_postgres/enum.Error.html 'title ='r2d2_postgres::Error '> Error</ a > ></ code > </ h4 >
90
- < h4 id ='method.is_valid 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.is_valid 'class ='fnname '> is_valid</ a > (&self, conn: &mut< a class ='struct 'href ='https://sfackler.github.io/doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > ) ->< a class ='enum 'href ='http://doc.rust-lang.org/nightly/core/result/enum.Result.html 'title ='core::result::Result '> Result</ a > << a href ='http://doc.rust-lang.org/nightly/std/primitive.tuple.html '> ()</ a > ,< a class ='enum 'href ='../r2d2_postgres/enum.Error.html 'title ='r2d2_postgres::Error '> Error</ a > ></ code > </ h4 >
91
- < h4 id ='method.has_broken 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.has_broken 'class ='fnname '> has_broken</ a > (&self, conn: &mut< a class ='struct 'href ='https://sfackler.github.io/doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > ) ->< a href ='http://doc.rust-lang.org/nightly/std/primitive.bool.html '> bool</ a > </ code > </ h4 >
89
+ < h4 id ='method.connect 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.connect 'class ='fnname '> connect</ a > (&self) ->< a class ='enum 'href ='http://doc.rust-lang.org/nightly/core/result/enum.Result.html 'title ='core::result::Result '> Result</ a > << a class ='struct 'href ='https://sfackler.github.io/rust-postgres/ doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > ,< a class ='enum 'href ='../r2d2_postgres/enum.Error.html 'title ='r2d2_postgres::Error '> Error</ a > ></ code > </ h4 >
90
+ < h4 id ='method.is_valid 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.is_valid 'class ='fnname '> is_valid</ a > (&self, conn: &mut< a class ='struct 'href ='https://sfackler.github.io/rust-postgres/ doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > ) ->< a class ='enum 'href ='http://doc.rust-lang.org/nightly/core/result/enum.Result.html 'title ='core::result::Result '> Result</ a > << a href ='http://doc.rust-lang.org/nightly/std/primitive.tuple.html '> ()</ a > ,< a class ='enum 'href ='../r2d2_postgres/enum.Error.html 'title ='r2d2_postgres::Error '> Error</ a > ></ code > </ h4 >
91
+ < h4 id ='method.has_broken 'class ='method '> < a class ='stability Unmarked 'title ='No stability level '> </ a > < code > fn< a href ='#method.has_broken 'class ='fnname '> has_broken</ a > (&self, conn: &mut< a class ='struct 'href ='https://sfackler.github.io/rust-postgres/ doc/postgres/struct.Connection.html 'title ='postgres::Connection '> Connection</ a > ) ->< a href ='http://doc.rust-lang.org/nightly/std/primitive.bool.html '> bool</ a > </ code > </ h4 >
92
92
</ div > </ section >
93
93
< section id ='search 'class ="content hidden "> </ section >
94
94