Skip to content

Commit 9263245

Browse files
committed
rebuild pages at 5cef6eb
1 parent 7f32e7a commit 9263245

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/implementors/r2d2/trait.ConnectionManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function() {var implementors = {};
2-
implementors['r2d2_postgres'] = ["<a class='stability Unmarked' title='No stability level'></a>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>",];
2+
implementors['r2d2_postgres'] = ["<a class='stability Unmarked' title='No stability level'></a>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>",];
33

44
if (window.register_implementors) {
55
window.register_implementors(implementors);

doc/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
body {
6666
color: #333;
67-
font: 16px/1.4 "Source Serif Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
67+
font: 16px/1.4 "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
6868
margin: 0;
6969
position: relative;
7070
padding: 10px 15px 20px 15px;

doc/r2d2_postgres/enum.Error.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ <h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>r2d2_postgres</a
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
4747
</span><a id='src-12' href='../src/r2d2_postgres/lib.rs.html#15-20'>[src]</a></span></h1>
4848
<pre class='rust enum'>pub enum Error {
49-
Connect(<a class='enum' href='https://sfackler.github.io/doc/postgres/error/enum.ConnectError.html' title='postgres::error::ConnectError'>ConnectError</a>),
50-
Other(<a class='enum' href='https://sfackler.github.io/doc/postgres/error/enum.Error.html' title='postgres::error::Error'>Error</a>),
49+
Connect(<a class='enum' href='https://sfackler.github.io/rust-postgres/doc/postgres/error/enum.ConnectError.html' title='postgres::error::ConnectError'>ConnectError</a>),
50+
Other(<a class='enum' href='https://sfackler.github.io/rust-postgres/doc/postgres/error/enum.Error.html' title='postgres::error::Error'>Error</a>),
5151
}</pre><div class='docblock'><p>A unified enum of errors returned by postgres::Connection</p>
5252
</div><h2 class='variants'>Variants</h2>
5353
<table><tr><td id='variant.Connect'><a class='stability Unmarked' title='No stability level'></a><code>Connect</code></td><td><div class='docblock'><p>A postgres::ConnectError</p>

doc/r2d2_postgres/struct.PostgresConnectionManager.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ <h2 id="example" class='section-header'><a
7878
}
7979
}
8080
</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>&lt;T: <a class='trait' href='https://sfackler.github.io/doc/postgres/trait.IntoConnectParams.html' title='postgres::IntoConnectParams'>IntoConnectParams</a>&gt;(params: T, ssl_mode: <a class='enum' href='https://sfackler.github.io/doc/postgres/enum.SslMode.html' title='postgres::SslMode'>SslMode</a>) -&gt; <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>&lt;T: <a class='trait' href='https://sfackler.github.io/rust-postgres/doc/postgres/trait.IntoConnectParams.html' title='postgres::IntoConnectParams'>IntoConnectParams</a>&gt;(params: T, ssl_mode: <a class='enum' href='https://sfackler.github.io/rust-postgres/doc/postgres/enum.SslMode.html' title='postgres::SslMode'>SslMode</a>) -&gt; <a class='struct' href='../r2d2_postgres/struct.PostgresConnectionManager.html' title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h4>
8282
<div class='docblock'><p>Creates a new <code>PostgresConnectionManager</code>.</p>
8383

8484
<p>See <code>postgres::Connection::connect</code> for a description of the parameter
8585
types.</p>
8686
</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>(&amp;self, fmt: &amp;mut <a class='struct' href='http://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html' title='core::fmt::Formatter'>Formatter</a>) -&gt; <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>
8888
<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>(&amp;self) -&gt; <a class='enum' href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a>&lt;<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>&gt;</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>(&amp;self, conn: &amp;mut <a class='struct' href='https://sfackler.github.io/doc/postgres/struct.Connection.html' title='postgres::Connection'>Connection</a>) -&gt; <a class='enum' href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a>&lt;<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>&gt;</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>(&amp;self, conn: &amp;mut <a class='struct' href='https://sfackler.github.io/doc/postgres/struct.Connection.html' title='postgres::Connection'>Connection</a>) -&gt; <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>(&amp;self) -&gt; <a class='enum' href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a>&lt;<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>&gt;</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>(&amp;self, conn: &amp;mut <a class='struct' href='https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html' title='postgres::Connection'>Connection</a>) -&gt; <a class='enum' href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html' title='core::result::Result'>Result</a>&lt;<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>&gt;</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>(&amp;self, conn: &amp;mut <a class='struct' href='https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html' title='postgres::Connection'>Connection</a>) -&gt; <a href='http://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code></h4>
9292
</div></section>
9393
<section id='search' class="content hidden"></section>
9494

0 commit comments

Comments
 (0)