Navigation Menu

Skip to content

Commit

Permalink
rs_es documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
benashford committed Jun 18, 2015
1 parent 9a1508b commit 9d00eff
Show file tree
Hide file tree
Showing 176 changed files with 1,513 additions and 506 deletions.
2 changes: 1 addition & 1 deletion rs-es/implementors/collections/string/trait.ToString.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs-es/implementors/core/convert/trait.From.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rs-es/implementors/rustc_serialize/json/trait.ToJson.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rs-es/rs_es/fn.do_req.html
Expand Up @@ -43,7 +43,7 @@
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='index.html'>rs_es</a>::<wbr><a class='fn' href=''>do_req</a><wbr></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span><a id='src-32625' href='../src/rs_es/lib.rs.html#62-74'>[src]</a></span></h1>
</span><a id='src-32800' href='../src/rs_es/lib.rs.html#62-74'>[src]</a></span></h1>
<pre class='rust fn'>pub fn do_req(resp: &amp;mut <a class='struct' href='https://hyperium.github.io/hyper/hyper/index.html/hyper/client/response/struct.Response.html' title='hyper::client::response::Response'>Response</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 class='enum' href='https://hyperium.github.io/hyper/hyper/index.html/hyper/status/enum.StatusCode.html' title='hyper::status::StatusCode'>StatusCode</a>, <a class='enum' href='http://doc.rust-lang.org/nightly/core/option/enum.Option.html' title='core::option::Option'>Option</a>&lt;<a class='enum' href='http://doc.rust-lang.org/rustc-serialize/rustc_serialize/json/enum.Json.html' title='rustc_serialize::json::Json'>Json</a>&gt;)</a>, <a class='enum' href='../rs_es/error/enum.EsError.html' title='rs_es::error::EsError'>EsError</a>&gt;</pre><div class='docblock'><p>Process the result of an HTTP request, returning the status code and the
<code>Json</code> result (if the result had a body) or an <code>EsError</code> if there were any
errors</p>
Expand Down
2 changes: 1 addition & 1 deletion rs-es/rs_es/operations/bulk/enum.ActionType.html
Expand Up @@ -43,7 +43,7 @@
<section id='main' class="content enum">
<h1 class='fqn'><span class='in-band'>Enum <a href='../../index.html'>rs_es</a>::<wbr><a href='../index.html'>operations</a>::<wbr><a href='index.html'>bulk</a>::<wbr><a class='enum' href=''>ActionType</a><wbr></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span><a id='src-897' href='../../../src/rs_es/operations/bulk.rs.html#78-83'>[src]</a></span></h1>
</span><a id='src-1091' href='../../../src/rs_es/operations/bulk.rs.html#78-83'>[src]</a></span></h1>
<pre class='rust enum'>pub enum ActionType {
Index,
Create,
Expand Down
2 changes: 1 addition & 1 deletion rs-es/rs_es/operations/bulk/index.html
Expand Up @@ -43,7 +43,7 @@
<section id='main' class="content mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>rs_es</a>::<wbr><a href='../index.html'>operations</a>::<wbr><a class='mod' href=''>bulk</a><wbr></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span><a id='src-594' href='../../../src/rs_es/operations/bulk.rs.html#17-402'>[src]</a></span></h1>
</span><a id='src-787' href='../../../src/rs_es/operations/bulk.rs.html#17-402'>[src]</a></span></h1>
<div class='docblock'><p>Implementation of the Bulk API</p>
</div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
<table>
Expand Down
2 changes: 1 addition & 1 deletion rs-es/rs_es/operations/bulk/sidebar-items.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rs-es/rs_es/operations/bulk/struct.Action.html
Expand Up @@ -43,7 +43,7 @@
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>rs_es</a>::<wbr><a href='../index.html'>operations</a>::<wbr><a href='index.html'>bulk</a>::<wbr><a class='struct' href=''>Action</a><wbr></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span><a id='src-1015' href='../../../src/rs_es/operations/bulk.rs.html#113-126'>[src]</a></span></h1>
</span><a id='src-1209' href='../../../src/rs_es/operations/bulk.rs.html#113-126'>[src]</a></span></h1>
<pre class='rust struct'>pub struct Action {
// some fields omitted
}</pre><div class='docblock'><p>A bulk operation consists of one or more <code>Action</code>s.</p>
Expand All @@ -67,7 +67,7 @@ <h4 id='method.with_index' class='method'><a class='stability Unmarked' title='N
<h4 id='method.with_doc_type' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_doc_type' class='fnname'>with_doc_type</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_id' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_id' class='fnname'>with_id</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_version' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_version' class='fnname'>with_version</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a href='http://doc.rust-lang.org/nightly/std/primitive.i64.html'>i64</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_version_type' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_version_type' class='fnname'>with_version_type</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;VersionType&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_version_type' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_version_type' class='fnname'>with_version_type</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a class='enum' href='../../../rs_es/operations/common/enum.VersionType.html' title='rs_es::operations::common::VersionType'>VersionType</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_routing' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_routing' class='fnname'>with_routing</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_parent' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_parent' class='fnname'>with_parent</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
<h4 id='method.with_timestamp' class='method'><a class='stability Unmarked' title='No stability level'></a><code>fn <a href='#method.with_timestamp' class='fnname'>with_timestamp</a>&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/convert/trait.Into.html' title='core::convert::Into'>Into</a>&lt;<a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>&gt;&gt;(self, val: T) -&gt; Self</code></h4>
Expand Down
2 changes: 1 addition & 1 deletion rs-es/rs_es/operations/bulk/struct.ActionResult.html
Expand Up @@ -43,7 +43,7 @@
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>rs_es</a>::<wbr><a href='../index.html'>operations</a>::<wbr><a href='index.html'>bulk</a>::<wbr><a class='struct' href=''>ActionResult</a><wbr></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span><a id='src-2062' href='../../../src/rs_es/operations/bulk.rs.html#352-358'>[src]</a></span></h1>
</span><a id='src-2252' href='../../../src/rs_es/operations/bulk.rs.html#352-358'>[src]</a></span></h1>
<pre class='rust struct'>pub struct ActionResult {
pub action: <a class='enum' href='../../../rs_es/operations/bulk/enum.ActionType.html' title='rs_es::operations::bulk::ActionType'>ActionType</a>,
pub index: <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
Expand Down
2 changes: 1 addition & 1 deletion rs-es/rs_es/operations/bulk/struct.ActionSource.html
Expand Up @@ -43,7 +43,7 @@
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>rs_es</a>::<wbr><a href='../index.html'>operations</a>::<wbr><a href='index.html'>bulk</a>::<wbr><a class='struct' href=''>ActionSource</a><wbr></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
</span><a id='src-610' href='../../../src/rs_es/operations/bulk.rs.html#34-41'>[src]</a></span></h1>
</span><a id='src-804' href='../../../src/rs_es/operations/bulk.rs.html#34-41'>[src]</a></span></h1>
<pre class='rust struct'>pub struct ActionSource {
// some fields omitted
}</pre><h2 id='methods'>Methods</h2><h3 class='impl'><a class='stability Unmarked' title='No stability level'></a><code>impl <a class='struct' href='../../../rs_es/operations/bulk/struct.ActionSource.html' title='rs_es::operations::bulk::ActionSource'>ActionSource</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>() -&gt; <a class='struct' href='../../../rs_es/operations/bulk/struct.ActionSource.html' title='rs_es::operations::bulk::ActionSource'>ActionSource</a></code></h4>
Expand Down

0 comments on commit 9d00eff

Please sign in to comment.