mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-29 14:40:40 +00:00
Automatic Travis documentation build
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
id="mainThemeStyle">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../../../dark.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../main.css" id="themeStyle">
|
||||
<link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle">
|
||||
<script src="../../../storage.js"></script>
|
||||
|
||||
|
||||
@@ -55,16 +55,14 @@
|
||||
</form>
|
||||
</nav>
|
||||
|
||||
<section id='main' class="content">
|
||||
<h1 class='fqn'><span class='in-band'>Enum <a href='../../index.html'>nix</a>::<wbr><a href='../index.html'>sys</a>::<wbr><a href='index.html'>socket</a>::<wbr><a class="enum" href=''>ControlMessage</a></span><span class='out-of-band'><span id='render-detail'>
|
||||
<section id='main' class="content"><h1 class='fqn'><span class='in-band'>Enum <a href='../../index.html'>nix</a>::<wbr><a href='../index.html'>sys</a>::<wbr><a href='index.html'>socket</a>::<wbr><a class="enum" href=''>ControlMessage</a></span><span class='out-of-band'><span id='render-detail'>
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../../src/nix/sys/socket/mod.rs.html#179-187' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust enum'>pub enum ControlMessage<'a> {
|
||||
</span><a class='srclink' href='../../../src/nix/sys/socket/mod.rs.html#179-187' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust enum'>pub enum ControlMessage<'a> {
|
||||
ScmRights(<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&'a [</a><a class="type" href="https://doc.rust-lang.org/nightly/std/sys/unix/ext/io/type.RawFd.html" title="type std::sys::unix::ext::io::RawFd">RawFd</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>),
|
||||
// some variants omitted
|
||||
}</pre><div class='docblock'><p>A type-safe wrapper around a single control message. More types may
|
||||
}</pre></div><div class='docblock'><p>A type-safe wrapper around a single control message. More types may
|
||||
be added to this enum; do not exhaustively pattern-match it.
|
||||
<a href="http://man7.org/linux/man-pages/man3/cmsg.3.html">Further reading</a></p>
|
||||
</div><h2 id='variants' class='variants small-section-header'>
|
||||
@@ -83,9 +81,7 @@ descriptors passed between processes. See the description in the
|
||||
Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a>
|
||||
</h2>
|
||||
<div id='synthetic-implementations-list'>
|
||||
<h3 id='impl-Send' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="../../../nix/sys/socket/enum.ControlMessage.html" title="enum nix::sys::socket::ControlMessage">ControlMessage</a><'a></code><a href='#impl-Send' class='anchor'></a></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'></div><h3 id='impl-Sync' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="../../../nix/sys/socket/enum.ControlMessage.html" title="enum nix::sys::socket::ControlMessage">ControlMessage</a><'a></code><a href='#impl-Sync' class='anchor'></a></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'></div></div></section>
|
||||
<h3 id='impl-Send' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="../../../nix/sys/socket/enum.ControlMessage.html" title="enum nix::sys::socket::ControlMessage">ControlMessage</a><'a></code><a href='#impl-Send' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><span class='in-band'><table class='table-display'><tbody><tr><td><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="../../../nix/sys/socket/enum.ControlMessage.html" title="enum nix::sys::socket::ControlMessage">ControlMessage</a><'a></code><a href='#impl-Sync' class='anchor'></a></span></td><td><span class='out-of-band'></span></td></tr></tbody></table></h3><div class='impl-items'></div></div></section>
|
||||
<section id='search' class="content hidden"></section>
|
||||
|
||||
<section class="footer"></section>
|
||||
|
||||
Reference in New Issue
Block a user