185 lines
30 KiB
HTML
185 lines
30 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="en">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
<meta name="generator" content="rustdoc">
|
|||
|
<meta name="description" content="API documentation for the Rust `DB_NO_HISTORY` struct in crate `core_traits`.">
|
|||
|
<meta name="keywords" content="rust, rustlang, rust-lang, DB_NO_HISTORY">
|
|||
|
|
|||
|
<title>core_traits::values::DB_NO_HISTORY - Rust</title>
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../../normalize.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle">
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../../dark.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../../main.css" id="themeStyle">
|
|||
|
<script src="../../storage.js"></script>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</head>
|
|||
|
<body class="rustdoc struct">
|
|||
|
<!--[if lte IE 8]>
|
|||
|
<div class="warning">
|
|||
|
This old browser is unsupported and will most likely display funky
|
|||
|
things.
|
|||
|
</div>
|
|||
|
<![endif]-->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<nav class="sidebar">
|
|||
|
<div class="sidebar-menu">☰</div>
|
|||
|
|
|||
|
<p class='location'>Struct DB_NO_HISTORY</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#deref-methods">Methods from __Deref<Target=Value></a><div class="sidebar-links"><a href="#method.to_pretty">to_pretty</a><a href="#method.matches">matches</a><a href="#method.is_nil">is_nil</a><a href="#method.is_boolean">is_boolean</a><a href="#method.is_integer">is_integer</a><a href="#method.is_instant">is_instant</a><a href="#method.is_big_integer">is_big_integer</a><a href="#method.is_float">is_float</a><a href="#method.is_text">is_text</a><a href="#method.is_uuid">is_uuid</a><a href="#method.is_symbol">is_symbol</a><a href="#method.is_namespaced_symbol">is_namespaced_symbol</a><a href="#method.is_vector">is_vector</a><a href="#method.is_list">is_list</a><a href="#method.is_set">is_set</a><a href="#method.is_map">is_map</a><a href="#method.is_keyword">is_keyword</a><a href="#method.is_namespaced_keyword">is_namespaced_keyword</a><a href="#method.as_nil">as_nil</a><a href="#method.as_boolean">as_boolean</a><a href="#method.as_integer">as_integer</a><a href="#method.as_instant">as_instant</a><a href="#method.as_float">as_float</a><a href="#method.as_big_integer">as_big_integer</a><a href="#method.as_ordered_float">as_ordered_float</a><a href="#method.as_text">as_text</a><a href="#method.as_uuid">as_uuid</a><a href="#method.as_symbol">as_symbol</a><a href="#method.as_namespaced_symbol">as_namespaced_symbol</a><a href="#method.as_keyword">as_keyword</a><a href="#method.as_plain_keyword">as_plain_keyword</a><a href="#method.as_namespaced_keyword">as_namespaced_keyword</a><a href="#method.as_vector">as_vector</a><a href="#method.as_list">as_list</a><a href="#method.as_set">as_set</a><a href="#method.as_map">as_map</a><a href="#method.is_collection">is_collection</a><a href="#method.is_atom">is_atom</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-__Deref">__Deref</a><a href="#impl-LazyStatic">LazyStatic</a></div></div><p class='location'><a href='../index.html'>core_traits</a>::<wbr><a href='index.html'>values</a></p><script>window.sidebarCurrent = {name: 'DB_NO_HISTORY', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
|||
|
</nav>
|
|||
|
|
|||
|
<div class="theme-picker">
|
|||
|
<button id="theme-picker" aria-label="Pick another theme!">
|
|||
|
<img src="../../brush.svg" width="18" alt="Pick another theme!">
|
|||
|
</button>
|
|||
|
<div id="theme-choices"></div>
|
|||
|
</div>
|
|||
|
<script src="../../theme.js"></script>
|
|||
|
<nav class="sub">
|
|||
|
<form class="search-form js-only">
|
|||
|
<div class="search-container">
|
|||
|
<input class="search-input" name="search"
|
|||
|
autocomplete="off"
|
|||
|
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
|||
|
type="search">
|
|||
|
</div>
|
|||
|
</form>
|
|||
|
</nav>
|
|||
|
|
|||
|
<section id='main' class="content">
|
|||
|
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>core_traits</a>::<wbr><a href='index.html'>values</a>::<wbr><a class="struct" href=''>DB_NO_HISTORY</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></span></h1>
|
|||
|
<pre class='rust struct'>pub struct DB_NO_HISTORY { /* fields omitted */ }</pre>
|
|||
|
<h2 id='deref-methods' class='small-section-header'>
|
|||
|
Methods from <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">__Deref</a><Target = <a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>><a href='#deref-methods' class='anchor'></a>
|
|||
|
</h2>
|
|||
|
<div class='impl-items'></div><div class='impl-items'><h4 id='method.to_pretty' class="method"><span id='to_pretty.v' class='invisible'><code>pub fn <a href='#method.to_pretty' class='fnname'>to_pretty</a>(&self, width: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/pretty_print.rs.html#25-29' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Return a pretty string representation of this <code>Value</code>.</p>
|
|||
|
</div></div><div class='impl-items'><h4 id='method.matches' class="method"><span id='matches.v' class='invisible'><code>pub fn <a href='#method.matches' class='fnname'>matches</a>(&self, pattern: &<a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/matcher.rs.html#110-112' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Performs default pattern matching between this value and some <code>pattern</code>.
|
|||
|
Returns true if matching succeeds.</p>
|
|||
|
</div></div><div class='impl-items'><h4 id='method.is_nil' class="method"><span id='is_nil.v' class='invisible'><code>pub fn <a href='#method.is_nil' class='fnname'>is_nil</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_boolean' class="method"><span id='is_boolean.v' class='invisible'><code>pub fn <a href='#method.is_boolean' class='fnname'>is_boolean</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_integer' class="method"><span id='is_integer.v' class='invisible'><code>pub fn <a href='#method.is_integer' class='fnname'>is_integer</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_instant' class="method"><span id='is_instant.v' class='invisible'><code>pub fn <a href='#method.is_instant' class='fnname'>is_instant</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_big_integer' class="method"><span id='is_big_integer.v' class='invisible'><code>pub fn <a href='#method.is_big_integer' class='fnname'>is_big_integer</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_float' class="method"><span id='is_float.v' class='invisible'><code>pub fn <a href='#method.is_float' class='fnname'>is_float</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_text' class="method"><span id='is_text.v' class='invisible'><code>pub fn <a href='#method.is_text' class='fnname'>is_text</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_uuid' class="method"><span id='is_uuid.v' class='invisible'><code>pub fn <a href='#method.is_uuid' class='fnname'>is_uuid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_symbol' class="method"><span id='is_symbol.v' class='invisible'><code>pub fn <a href='#method.is_symbol' class='fnname'>is_symbol</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_namespaced_symbol' class="method"><span id='is_namespaced_symbol.v' class='invisible'><code>pub fn <a href='#method.is_namespaced_symbol' class='fnname'>is_namespaced_symbol</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_vector' class="method"><span id='is_vector.v' class='invisible'><code>pub fn <a href='#method.is_vector' class='fnname'>is_vector</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_list' class="method"><span id='is_list.v' class='invisible'><code>pub fn <a href='#method.is_list' class='fnname'>is_list</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_set' class="method"><span id='is_set.v' class='invisible'><code>pub fn <a href='#method.is_set' class='fnname'>is_set</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_map' class="method"><span id='is_map.v' class='invisible'><code>pub fn <a href='#method.is_map' class='fnname'>is_map</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_keyword' class="method"><span id='is_keyword.v' class='invisible'><code>pub fn <a href='#method.is_keyword' class='fnname'>is_keyword</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#316-321' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_namespaced_keyword' class="method"><span id='is_namespaced_keyword.v' class='invisible'><code>pub fn <a href='#method.is_namespaced_keyword' class='fnname'>is_namespaced_keyword</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#323-328' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_nil' class="method"><span id='as_nil.v' class='invisible'><code>pub fn <a href='#method.as_nil' class='fnname'>as_nil</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#332-334' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p><code>as_nil</code> does not use the macro as it does not have an underlying
|
|||
|
value, and returns <code>Option<()></code>.</p>
|
|||
|
</div><h4 id='method.as_boolean' class="method"><span id='as_boolean.v' class='invisible'><code>pub fn <a href='#method.as_boolean' class='fnname'>as_boolean</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#211-213' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_integer' class="method"><span id='as_integer.v' class='invisible'><code>pub fn <a href='#method.as_integer' class='fnname'>as_integer</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#211-213' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_instant' class="method"><span id='as_instant.v' class='invisible'><code>pub fn <a href='#method.as_instant' class='fnname'>as_instant</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../chrono/datetime/struct.DateTime.html" title="struct chrono::datetime::DateTime">DateTime</a><<a class="struct" href="../../chrono/offset/utc/struct.Utc.html" title="struct chrono::offset::utc::Utc">Utc</a>>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#211-213' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_float' class="method"><span id='as_float.v' class='invisible'><code>pub fn <a href='#method.as_float' class='fnname'>as_float</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#211-213' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_big_integer' class="method"><span id='as_big_integer.v' class='invisible'><code>pub fn <a href='#method.as_big_integer' class='fnname'>as_big_integer</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../num_bigint/bigint/struct.BigInt.html" title="struct num_bigint::bigint::BigInt">BigInt</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_ordered_float' class="method"><span id='as_ordered_float.v' class='invisible'><code>pub fn <a href='#method.as_ordered_float' class='fnname'>as_ordered_float</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../ordered_float/struct.OrderedFloat.html" title="struct ordered_float::OrderedFloat">OrderedFloat</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_text' class="method"><span id='as_text.v' class='invisible'><code>pub fn <a href='#method.as_text' class='fnname'>as_text</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_uuid' class="method"><span id='as_uuid.v' class='invisible'><code>pub fn <a href='#method.as_uuid' class='fnname'>as_uuid</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../uuid/struct.Uuid.html" title="struct uuid::Uuid">Uuid</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_symbol' class="method"><span id='as_symbol.v' class='invisible'><code>pub fn <a href='#method.as_symbol' class='fnname'>as_symbol</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../edn/symbols/struct.PlainSymbol.html" title="struct edn::symbols::PlainSymbol">PlainSymbol</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_namespaced_symbol' class="method"><span id='as_namespaced_symbol.v' class='invisible'><code>pub fn <a href='#method.as_namespaced_symbol' class='fnname'>as_namespaced_symbol</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../edn/symbols/struct.NamespacedSymbol.html" title="struct edn::symbols::NamespacedSymbol">NamespacedSymbol</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_keyword' class="method"><span id='as_keyword.v' class='invisible'><code>pub fn <a href='#method.as_keyword' class='fnname'>as_keyword</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../edn/symbols/struct.Keyword.html" title="struct edn::symbols::Keyword">Keyword</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#348-353' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_plain_keyword' class="method"><span id='as_plain_keyword.v' class='invisible'><code>pub fn <a href='#method.as_plain_keyword' class='fnname'>as_plain_keyword</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../edn/symbols/struct.Keyword.html" title="struct edn::symbols::Keyword">Keyword</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#355-360' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_namespaced_keyword' class="method"><span id='as_namespaced_keyword.v' class='invisible'><code>pub fn <a href='#method.as_namespaced_keyword' class='fnname'>as_namespaced_keyword</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../../edn/symbols/struct.Keyword.html" title="struct edn::symbols::Keyword">Keyword</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#362-367' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_vector' class="method"><span id='as_vector.v' class='invisible'><code>pub fn <a href='#method.as_vector' class='fnname'>as_vector</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_list' class="method"><span id='as_list.v' class='invisible'><code>pub fn <a href='#method.as_list' class='fnname'>as_list</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/linked_list/struct.LinkedList.html" title="struct alloc::linked_list::LinkedList">LinkedList</a><<a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_set' class="method"><span id='as_set.v' class='invisible'><code>pub fn <a href='#method.as_set' class='fnname'>as_set</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/btree/set/struct.BTreeSet.html" title="struct alloc::btree::set::BTreeSet">BTreeSet</a><<a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.as_map' class="method"><span id='as_map.v' class='invisible'><code>pub fn <a href='#method.as_map' class='fnname'>as_map</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/btree/map/struct.BTreeMap.html" title="struct alloc::btree::map::BTreeMap">BTreeMap</a><<a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>, <a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a>>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#222-224' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_collection' class="method"><span id='is_collection.v' class='invisible'><code>pub fn <a href='#method.is_collection' class='fnname'>is_collection</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#457-475' title='goto source code'>[src]</a></span></h4>
|
|||
|
<h4 id='method.is_atom' class="method"><span id='is_atom.v' class='invisible'><code>pub fn <a href='#method.is_atom' class='fnname'>is_atom</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/edn/types.rs.html#477-479' title='goto source code'>[src]</a></span></h4>
|
|||
|
</div>
|
|||
|
<h2 id='implementations' class='small-section-header'>
|
|||
|
Trait Implementations<a href='#implementations' class='anchor'></a>
|
|||
|
</h2>
|
|||
|
<h3 id='impl-__Deref' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">__Deref</a> for <a class="struct" href="../../core_traits/values/struct.DB_NO_HISTORY.html" title="struct core_traits::values::DB_NO_HISTORY">DB_NO_HISTORY</a></code><a href='#impl-__Deref' class='anchor'></a></span><span class='out-of-band'></span></h3>
|
|||
|
<div class='impl-items'><h4 id='associatedtype.Target' class="type"><span id='Target.t' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target' class="type">Target</a> = <a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a></code></span></h4>
|
|||
|
<div class='docblock'><p>The resulting type after dereferencing.</p>
|
|||
|
</div><h4 id='method.deref' class="method"><span id='deref.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref' class='fnname'>deref</a>(&self) -> &<a class="enum" href="../../edn/types/enum.Value.html" title="enum edn::types::Value">Value</a></code></span></h4>
|
|||
|
<div class='docblock'><p>Dereferences the value.</p>
|
|||
|
</div></div><h3 id='impl-LazyStatic' class='impl'><span class='in-band'><code>impl <a class="trait" href="../../lazy_static/trait.LazyStatic.html" title="trait lazy_static::LazyStatic">LazyStatic</a> for <a class="struct" href="../../core_traits/values/struct.DB_NO_HISTORY.html" title="struct core_traits::values::DB_NO_HISTORY">DB_NO_HISTORY</a></code><a href='#impl-LazyStatic' class='anchor'></a></span><span class='out-of-band'></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.initialize' class="method"><span id='initialize.v' class='invisible'><code>fn <a href='../../lazy_static/trait.LazyStatic.html#tymethod.initialize' class='fnname'>initialize</a>(lazy: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code></span></h4>
|
|||
|
</div></section>
|
|||
|
<section id='search' class="content hidden"></section>
|
|||
|
|
|||
|
<section class="footer"></section>
|
|||
|
|
|||
|
<aside id="help" class="hidden">
|
|||
|
<div>
|
|||
|
<h1 class="hidden">Help</h1>
|
|||
|
|
|||
|
<div class="shortcuts">
|
|||
|
<h2>Keyboard Shortcuts</h2>
|
|||
|
|
|||
|
<dl>
|
|||
|
<dt><kbd>?</kbd></dt>
|
|||
|
<dd>Show this help dialog</dd>
|
|||
|
<dt><kbd>S</kbd></dt>
|
|||
|
<dd>Focus the search field</dd>
|
|||
|
<dt><kbd>↑</kbd></dt>
|
|||
|
<dd>Move up in search results</dd>
|
|||
|
<dt><kbd>↓</kbd></dt>
|
|||
|
<dd>Move down in search results</dd>
|
|||
|
<dt><kbd>↹</kbd></dt>
|
|||
|
<dd>Switch tab</dd>
|
|||
|
<dt><kbd>⏎</kbd></dt>
|
|||
|
<dd>Go to active search result</dd>
|
|||
|
<dt><kbd>+</kbd></dt>
|
|||
|
<dd>Expand all sections</dd>
|
|||
|
<dt><kbd>-</kbd></dt>
|
|||
|
<dd>Collapse all sections</dd>
|
|||
|
</dl>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="infos">
|
|||
|
<h2>Search Tricks</h2>
|
|||
|
|
|||
|
<p>
|
|||
|
Prefix searches with a type followed by a colon (e.g.
|
|||
|
<code>fn:</code>) to restrict the search to a given type.
|
|||
|
</p>
|
|||
|
|
|||
|
<p>
|
|||
|
Accepted types are: <code>fn</code>, <code>mod</code>,
|
|||
|
<code>struct</code>, <code>enum</code>,
|
|||
|
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
|||
|
and <code>const</code>.
|
|||
|
</p>
|
|||
|
|
|||
|
<p>
|
|||
|
Search functions by type signature (e.g.
|
|||
|
<code>vec -> usize</code> or <code>* -> vec</code>)
|
|||
|
</p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</aside>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script>
|
|||
|
window.rootPath = "../../";
|
|||
|
window.currentCrate = "core_traits";
|
|||
|
</script>
|
|||
|
<script src="../../main.js"></script>
|
|||
|
<script defer src="../../search-index.js"></script>
|
|||
|
</body>
|
|||
|
</html>
|