Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9263245

Browse files
committed
rebuild pages at5cef6eb
1 parent7f32e7a commit9263245

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(){varimplementors={};
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:10px15px20px15px;

‎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;<aid="expand-all"href="#">[+]</a>
4747
</span><aid='src-12'href='../src/r2d2_postgres/lib.rs.html#15-20'>[src]</a></span></h1>
4848
<preclass='rust enum'>pub enum Error {
49-
Connect(<aclass='enum'href='https://sfackler.github.io/doc/postgres/error/enum.ConnectError.html'title='postgres::error::ConnectError'>ConnectError</a>),
50-
Other(<aclass='enum'href='https://sfackler.github.io/doc/postgres/error/enum.Error.html'title='postgres::error::Error'>Error</a>),
49+
Connect(<aclass='enum'href='https://sfackler.github.io/rust-postgres/doc/postgres/error/enum.ConnectError.html'title='postgres::error::ConnectError'>ConnectError</a>),
50+
Other(<aclass='enum'href='https://sfackler.github.io/rust-postgres/doc/postgres/error/enum.Error.html'title='postgres::error::Error'>Error</a>),
5151
}</pre><divclass='docblock'><p>A unified enum of errors returned by postgres::Connection</p>
5252
</div><h2class='variants'>Variants</h2>
5353
<table><tr><tdid='variant.Connect'><aclass='stability Unmarked'title='No stability level'></a><code>Connect</code></td><td><divclass='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><h2id='methods'>Methods</h2><h3class='impl'><aclass='stability Unmarked'title='No stability level'></a><code>impl<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h3><divclass='impl-items'><h4id='method.new'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.new'class='fnname'>new</a>&lt;T:<aclass='trait'href='https://sfackler.github.io/doc/postgres/trait.IntoConnectParams.html'title='postgres::IntoConnectParams'>IntoConnectParams</a>&gt;(params: T, ssl_mode:<aclass='enum'href='https://sfackler.github.io/doc/postgres/enum.SslMode.html'title='postgres::SslMode'>SslMode</a>) -&gt;<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h4>
81+
</div><h2id='methods'>Methods</h2><h3class='impl'><aclass='stability Unmarked'title='No stability level'></a><code>impl<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h3><divclass='impl-items'><h4id='method.new'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.new'class='fnname'>new</a>&lt;T:<aclass='trait'href='https://sfackler.github.io/rust-postgres/doc/postgres/trait.IntoConnectParams.html'title='postgres::IntoConnectParams'>IntoConnectParams</a>&gt;(params: T, ssl_mode:<aclass='enum'href='https://sfackler.github.io/rust-postgres/doc/postgres/enum.SslMode.html'title='postgres::SslMode'>SslMode</a>) -&gt;<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h4>
8282
<divclass='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><h2id='implementations'>Trait Implementations</h2><h3class='impl'><aclass='stability Stable'title='Stable'></a><code>impl<aclass='trait'href='http://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html'title='core::fmt::Debug'>Debug</a> for<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h3><divclass='impl-items'><h4id='method.fmt'class='method'><aclass='stability Stable'title='Stable'></a><code>fn<ahref='#method.fmt'class='fnname'>fmt</a>(&amp;self, fmt: &amp;mut<aclass='struct'href='http://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html'title='core::fmt::Formatter'>Formatter</a>) -&gt;<aclass='type'href='http://doc.rust-lang.org/nightly/core/fmt/type.Result.html'title='core::fmt::Result'>Result</a></code></h4>
87-
</div><h3class='impl'><aclass='stability Unmarked'title='No stability level'></a><code>impl<aclass='trait'href='https://sfackler.github.io/doc/r2d2/trait.ConnectionManager.html'title='r2d2::ConnectionManager'>ConnectionManager</a> for<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h3><divclass='impl-items'><h4id='assoc_type.Connection'class='type'><aclass='stability Unmarked'title='No stability level'></a><code>type Connection =<aclass='struct'href='https://sfackler.github.io/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a></code></h4>
87+
</div><h3class='impl'><aclass='stability Unmarked'title='No stability level'></a><code>impl<aclass='trait'href='https://sfackler.github.io/r2d2/doc/r2d2/trait.ConnectionManager.html'title='r2d2::ConnectionManager'>ConnectionManager</a> for<aclass='struct'href='../r2d2_postgres/struct.PostgresConnectionManager.html'title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a></code></h3><divclass='impl-items'><h4id='assoc_type.Connection'class='type'><aclass='stability Unmarked'title='No stability level'></a><code>type Connection =<aclass='struct'href='https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a></code></h4>
8888
<h4id='assoc_type.Error'class='type'><aclass='stability Unmarked'title='No stability level'></a><code>type Error =<aclass='enum'href='../r2d2_postgres/enum.Error.html'title='r2d2_postgres::Error'>Error</a></code></h4>
89-
<h4id='method.connect'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.connect'class='fnname'>connect</a>(&amp;self) -&gt;<aclass='enum'href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html'title='core::result::Result'>Result</a>&lt;<aclass='struct'href='https://sfackler.github.io/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a>,<aclass='enum'href='../r2d2_postgres/enum.Error.html'title='r2d2_postgres::Error'>Error</a>&gt;</code></h4>
90-
<h4id='method.is_valid'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.is_valid'class='fnname'>is_valid</a>(&amp;self, conn: &amp;mut<aclass='struct'href='https://sfackler.github.io/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a>) -&gt;<aclass='enum'href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html'title='core::result::Result'>Result</a>&lt;<ahref='http://doc.rust-lang.org/nightly/std/primitive.tuple.html'>()</a>,<aclass='enum'href='../r2d2_postgres/enum.Error.html'title='r2d2_postgres::Error'>Error</a>&gt;</code></h4>
91-
<h4id='method.has_broken'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.has_broken'class='fnname'>has_broken</a>(&amp;self, conn: &amp;mut<aclass='struct'href='https://sfackler.github.io/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a>) -&gt;<ahref='http://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code></h4>
89+
<h4id='method.connect'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.connect'class='fnname'>connect</a>(&amp;self) -&gt;<aclass='enum'href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html'title='core::result::Result'>Result</a>&lt;<aclass='struct'href='https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a>,<aclass='enum'href='../r2d2_postgres/enum.Error.html'title='r2d2_postgres::Error'>Error</a>&gt;</code></h4>
90+
<h4id='method.is_valid'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.is_valid'class='fnname'>is_valid</a>(&amp;self, conn: &amp;mut<aclass='struct'href='https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a>) -&gt;<aclass='enum'href='http://doc.rust-lang.org/nightly/core/result/enum.Result.html'title='core::result::Result'>Result</a>&lt;<ahref='http://doc.rust-lang.org/nightly/std/primitive.tuple.html'>()</a>,<aclass='enum'href='../r2d2_postgres/enum.Error.html'title='r2d2_postgres::Error'>Error</a>&gt;</code></h4>
91+
<h4id='method.has_broken'class='method'><aclass='stability Unmarked'title='No stability level'></a><code>fn<ahref='#method.has_broken'class='fnname'>has_broken</a>(&amp;self, conn: &amp;mut<aclass='struct'href='https://sfackler.github.io/rust-postgres/doc/postgres/struct.Connection.html'title='postgres::Connection'>Connection</a>) -&gt;<ahref='http://doc.rust-lang.org/nightly/std/primitive.bool.html'>bool</a></code></h4>
9292
</div></section>
9393
<sectionid='search'class="content hidden"></section>
9494

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp