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

Commit2c7783d

Browse files
committed
rebuild pages at6c3c4ff
1 parent9263245 commit2c7783d

File tree

6 files changed

+29
-10
lines changed

6 files changed

+29
-10
lines changed

‎doc/main.css‎

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,27 @@ nav.sub {
292292
.contenttdp:first-child {margin-top:0; }
293293
.contenttdh1, .contenttdh2 {margin-left:0;font-size:1.1em; }
294294

295+
.docblocktable {
296+
border:1px solid#ddd;
297+
margin:.5em0;
298+
border-collapse: collapse;
299+
width:100%;
300+
}
301+
302+
.docblocktabletd {
303+
padding:.5em;
304+
border-top:1px dashed#ddd;
305+
border-bottom:1px dashed#ddd;
306+
307+
}
308+
309+
.docblocktableth {
310+
padding:.5em;
311+
text-align: left;
312+
border-top:1px solid#ddd;
313+
border-bottom:1px solid#ddd;
314+
}
315+
295316
.content .item-list {
296317
list-style-type: none;
297318
padding:0;
@@ -353,8 +374,8 @@ a {
353374
color:#000;
354375
background: transparent;
355376
}
356-
pa {color:#4e8bca; }
357-
pa:hover {text-decoration: underline; }
377+
.docblocka {color:#4e8bca; }
378+
.docblocka:hover {text-decoration: underline; }
358379

359380
.contentspan.trait, .contenta.trait, .blocka.current.trait {color:#ed9603; }
360381
.contentspan.mod, .contenta.mod,blocka.current.mod {color:#4d76ae; }

‎doc/r2d2_postgres/enum.Error.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242

4343
<sectionid='main'class="content enum">
4444
<h1class='fqn'><spanclass='in-band'>Enum<ahref='index.html'>r2d2_postgres</a>::<wbr><aclass='enum'href=''>Error</a><wbr></span><spanclass='out-of-band'><spanid='render-detail'>
45-
<aid="collapse-all"href="#">[-]
46-
</a>&nbsp;<aid="expand-all"href="#">[+]</a>
45+
<aid="collapse-all"href="#">[-]</a>&nbsp;<aid="expand-all"href="#">[+]</a>
4746
</span><aid='src-12'href='../src/r2d2_postgres/lib.rs.html#15-20'>[src]</a></span></h1>
4847
<preclass='rust enum'>pub enum Error {
4948
Connect(<aclass='enum'href='https://sfackler.github.io/rust-postgres/doc/postgres/error/enum.ConnectError.html'title='postgres::error::ConnectError'>ConnectError</a>),

‎doc/r2d2_postgres/index.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242

4343
<sectionid='main'class="content mod">
4444
<h1class='fqn'><spanclass='in-band'>Crate<aclass='mod'href=''>r2d2_postgres</a><wbr></span><spanclass='out-of-band'><ahref='stability.html'>[stability]</a><spanid='render-detail'>
45-
<aid="collapse-all"href="#">[-]
46-
</a>&nbsp;<aid="expand-all"href="#">[+]</a>
45+
<aid="collapse-all"href="#">[-]</a>&nbsp;<aid="expand-all"href="#">[+]</a>
4746
</span><aid='src-0'href='../src/r2d2_postgres/lib.rs.html#1-121'>[src]</a></span></h1>
4847
<divclass='docblock'><p>Postgres support for the<code>r2d2</code> connection pool.</p>
4948
</div><h2id='structs'class='section-header'><ahref="#structs">Structs</a></h2>

‎doc/r2d2_postgres/stability.html‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
<blockquote>
4848
<aclass='stability Stable'></a> stable (30%),<br/>
4949
<aclass='stability Unstable'></a> unstable (7%),<br/>
50+
<aclass='stability Deprecated'></a> deprecated (0%),<br/>
5051
<aclass='stability Unmarked'></a> unmarked (61%)
5152
</blockquote>
5253
The counts do not include methods or trait
53-
implementations that are visible only through a re-exported type.<table><tr><td><ahref='index.html'>r2d2_postgres</a></td><tdclass='summary-column'><spanclass='summary Stable'style='width: 30.7692%; display: inline-block'>&nbsp</span><spanclass='summary Unstable'style='width: 7.6923%; display: inline-block'>&nbsp</span><spanclass='summary Unmarked'style='width: 61.5385%; display: inline-block'>&nbsp</span></td></tr></table></section>
54+
implementations that are visible only through a re-exported type.<table><tr><td><ahref='index.html'>r2d2_postgres</a></td><tdclass='summary-column'><spanclass='summary Stable'style='width: 30.7692%; display: inline-block'>&nbsp</span><spanclass='summary Unstable'style='width: 7.6923%; display: inline-block'>&nbsp</span><spanclass='summaryDeprecated'style='width: 0.0000%; display: inline-block'>&nbsp</span><spanclass='summaryUnmarked'style='width: 61.5385%; display: inline-block'>&nbsp</span></td></tr></table></section>
5455
<sectionid='search'class="content hidden"></section>
5556

5657
<sectionclass="footer"></section>

‎doc/r2d2_postgres/stability.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"r2d2_postgres","counts":{"unstable":1,"stable":4,"unmarked":8},"submodules":[]}
1+
{"name":"r2d2_postgres","counts":{"deprecated":0,"unstable":1,"stable":4,"unmarked":8},"submodules":[]}

‎doc/r2d2_postgres/struct.PostgresConnectionManager.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242

4343
<sectionid='main'class="content struct">
4444
<h1class='fqn'><spanclass='in-band'>Struct<ahref='index.html'>r2d2_postgres</a>::<wbr><aclass='struct'href=''>PostgresConnectionManager</a><wbr></span><spanclass='out-of-band'><spanid='render-detail'>
45-
<aid="collapse-all"href="#">[-]
46-
</a>&nbsp;<aid="expand-all"href="#">[+]</a>
45+
<aid="collapse-all"href="#">[-]</a>&nbsp;<aid="expand-all"href="#">[+]</a>
4746
</span><aid='src-281'href='../src/r2d2_postgres/lib.rs.html#76-79'>[src]</a></span></h1>
4847
<preclass='rust struct'>pub struct PostgresConnectionManager {
4948
// some fields omitted

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp