doc: 2020-04-01 17:06:52 +0200: 242de73 - Adding documentation
This commit is contained in:
3
parser/all.html
Normal file
3
parser/all.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!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="List of all items in this crate"><meta name="keywords" content="rust, rustlang, rust-lang"><title>List of all items in this crate</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="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[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><a href='../parser/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a></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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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>
|
||||
<span class='in-band'>List of all items</span></h1><h3 id='Structs'>Structs</h3><ul class='structs docblock'><li><a href='struct.FiltersParser.html'>FiltersParser</a></li><li><a href='struct.QueryParser.html'>QueryParser</a></li><li><a href='queries/struct.FiltersParser.html'>queries::FiltersParser</a></li><li><a href='queries/struct.QueryParser.html'>queries::QueryParser</a></li><li><a href='queries/struct.Token.html'>queries::Token</a></li></ul><h3 id='Traits'>Traits</h3><ul class='traits docblock'><li><a href='trait.Executor.html'>Executor</a></li><li><a href='trait.Predictor.html'>Predictor</a></li><li><a href='trait.Validator.html'>Validator</a></li><li><a href='queries/trait.__ToTriple.html'>queries::__ToTriple</a></li></ul><h3 id='Typedefs'>Typedefs</h3><ul class='typedefs docblock'><li><a href='type.ValidationResult.html'>ValidationResult</a></li></ul></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "parser";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|
||||
10
parser/expressions/trait.Executor.html
Normal file
10
parser/expressions/trait.Executor.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../parser/trait.Executor.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../parser/trait.Executor.html">../../parser/trait.Executor.html</a>...</p>
|
||||
<script>location.replace("../../parser/trait.Executor.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
10
parser/expressions/trait.Predictor.html
Normal file
10
parser/expressions/trait.Predictor.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../parser/trait.Predictor.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../parser/trait.Predictor.html">../../parser/trait.Predictor.html</a>...</p>
|
||||
<script>location.replace("../../parser/trait.Predictor.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
10
parser/expressions/trait.Validator.html
Normal file
10
parser/expressions/trait.Validator.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../parser/trait.Validator.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../parser/trait.Validator.html">../../parser/trait.Validator.html</a>...</p>
|
||||
<script>location.replace("../../parser/trait.Validator.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
5
parser/index.html
Normal file
5
parser/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!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 `parser` crate."><meta name="keywords" content="rust, rustlang, rust-lang, parser"><title>parser - 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="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[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><a href='../parser/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Crate parser</p><div class="sidebar-elems"><a id='all-types' href='all.html'><p>See all parser's items</p></a><div class="block items"><ul><li><a href="#modules">Modules</a></li><li><a href="#structs">Structs</a></li><li><a href="#traits">Traits</a></li><li><a href="#types">Type Definitions</a></li></ul></div><p class='location'></p><script>window.sidebarCurrent = {name: 'parser', ty: 'mod', relpath: '../'};</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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/parser/lib.rs.html#1-37' title='goto source code'>[src]</a></span><span class='in-band'>Crate <a class="mod" href=''>parser</a></span></h1><h2 id='modules' class='section-header'><a href="#modules">Modules</a></h2>
|
||||
<table><tr class='module-item'><td><a class="mod" href="queries/index.html" title='parser::queries mod'>queries</a></td><td class='docblock-short'></td></tr></table><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
|
||||
<table><tr class='module-item'><td><a class="struct" href="struct.FiltersParser.html" title='parser::FiltersParser struct'>FiltersParser</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="struct" href="struct.QueryParser.html" title='parser::QueryParser struct'>QueryParser</a></td><td class='docblock-short'></td></tr></table><h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2>
|
||||
<table><tr class='module-item'><td><a class="trait" href="trait.Executor.html" title='parser::Executor trait'>Executor</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="trait" href="trait.Predictor.html" title='parser::Predictor trait'>Predictor</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="trait" href="trait.Validator.html" title='parser::Validator trait'>Validator</a></td><td class='docblock-short'></td></tr></table><h2 id='types' class='section-header'><a href="#types">Type Definitions</a></h2>
|
||||
<table><tr class='module-item'><td><a class="type" href="type.ValidationResult.html" title='parser::ValidationResult type'>ValidationResult</a></td><td class='docblock-short'></td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "parser";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|
||||
10
parser/queries/__intern_token/struct.Token.html
Normal file
10
parser/queries/__intern_token/struct.Token.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../../parser/queries/struct.Token.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../../parser/queries/struct.Token.html">../../../parser/queries/struct.Token.html</a>...</p>
|
||||
<script>location.replace("../../../parser/queries/struct.Token.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
10
parser/queries/__parse__Filters/struct.FiltersParser.html
Normal file
10
parser/queries/__parse__Filters/struct.FiltersParser.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../../parser/struct.FiltersParser.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../../parser/struct.FiltersParser.html">../../../parser/struct.FiltersParser.html</a>...</p>
|
||||
<script>location.replace("../../../parser/struct.FiltersParser.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
10
parser/queries/__parse__Query/struct.QueryParser.html
Normal file
10
parser/queries/__parse__Query/struct.QueryParser.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../../parser/struct.QueryParser.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../../parser/struct.QueryParser.html">../../../parser/struct.QueryParser.html</a>...</p>
|
||||
<script>location.replace("../../../parser/struct.QueryParser.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
3
parser/queries/index.html
Normal file
3
parser/queries/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!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 `queries` mod in crate `parser`."><meta name="keywords" content="rust, rustlang, rust-lang, queries"><title>parser::queries - 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="../../light.css" id="themeStyle"><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[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><a href='../../parser/index.html'><div class='logo-container'><img src='../../rust-logo.png' alt='logo'></div></a><p class='location'>Module queries</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#traits">Traits</a></li></ul></div><p class='location'><a href='../index.html'>parser</a></p><script>window.sidebarCurrent = {name: 'queries', ty: 'mod', 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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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><span class='in-band'>Module <a href='../index.html'>parser</a>::<wbr><a class="mod" href=''>queries</a></span></h1><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
|
||||
<table><tr class='module-item'><td><a class="struct" href="struct.FiltersParser.html" title='parser::queries::FiltersParser struct'>FiltersParser</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="struct" href="struct.QueryParser.html" title='parser::queries::QueryParser struct'>QueryParser</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="struct" href="struct.Token.html" title='parser::queries::Token struct'>Token</a></td><td class='docblock-short'></td></tr></table><h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2>
|
||||
<table><tr class='module-item'><td><a class="trait" href="trait.__ToTriple.html" title='parser::queries::__ToTriple trait'>__ToTriple</a></td><td class='docblock-short'></td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../";window.currentCrate = "parser";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>
|
||||
1
parser/queries/sidebar-items.js
Normal file
1
parser/queries/sidebar-items.js
Normal file
@@ -0,0 +1 @@
|
||||
initSidebarItems({"struct":[["FiltersParser",""],["QueryParser",""],["Token",""]],"trait":[["__ToTriple",""]]});
|
||||
10
parser/queries/struct.FiltersParser.html
Normal file
10
parser/queries/struct.FiltersParser.html
Normal file
File diff suppressed because one or more lines are too long
10
parser/queries/struct.QueryParser.html
Normal file
10
parser/queries/struct.QueryParser.html
Normal file
File diff suppressed because one or more lines are too long
33
parser/queries/struct.Token.html
Normal file
33
parser/queries/struct.Token.html
Normal file
File diff suppressed because one or more lines are too long
6
parser/queries/trait.__ToTriple.html
Normal file
6
parser/queries/trait.__ToTriple.html
Normal file
File diff suppressed because one or more lines are too long
1
parser/sidebar-items.js
Normal file
1
parser/sidebar-items.js
Normal file
@@ -0,0 +1 @@
|
||||
initSidebarItems({"mod":[["queries",""]],"struct":[["FiltersParser",""],["QueryParser",""]],"trait":[["Executor",""],["Predictor",""],["Validator",""]],"type":[["ValidationResult",""]]});
|
||||
10
parser/struct.FiltersParser.html
Normal file
10
parser/struct.FiltersParser.html
Normal file
File diff suppressed because one or more lines are too long
10
parser/struct.QueryParser.html
Normal file
10
parser/struct.QueryParser.html
Normal file
File diff suppressed because one or more lines are too long
7
parser/trait.Executor.html
Normal file
7
parser/trait.Executor.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<!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 `Executor` trait in crate `parser`."><meta name="keywords" content="rust, rustlang, rust-lang, Executor"><title>parser::Executor - 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="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc trait"><!--[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><a href='../parser/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Trait Executor</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#associated-types">Associated Types</a><div class="sidebar-links"><a href="#associatedtype.ResultSet">ResultSet</a></div><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.execute">execute</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='index.html'>parser</a></p><script>window.sidebarCurrent = {name: 'Executor', ty: 'trait', 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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/parser/expressions.rs.html#14-22' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='index.html'>parser</a>::<wbr><a class="trait" href=''>Executor</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub trait Executor<'e> {
|
||||
type <a href='#associatedtype.ResultSet' class="type">ResultSet</a>;
|
||||
fn <a href='#tymethod.execute' class='fnname'>execute</a><'f: 'e>(<br> &self, <br> core_id: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> parameters: &<a class="struct" href="../mercator_db/database/db_core/struct.CoreQueryParameters.html" title="struct mercator_db::database::db_core::CoreQueryParameters">CoreQueryParameters</a><'f><br> ) -> Self::<a class="type" href="../parser/trait.Executor.html#associatedtype.ResultSet" title="type parser::Executor::ResultSet">ResultSet</a>;
|
||||
}</pre></div>
|
||||
<h2 id='associated-types' class='small-section-header'>Associated Types<a href='#associated-types' class='anchor'></a></h2><div class='methods'><h3 id='associatedtype.ResultSet' class='method'><code id='ResultSet.t'>type <a href='#associatedtype.ResultSet' class="type">ResultSet</a></code></h3></div><span class='loading-content'>Loading content...</span>
|
||||
<h2 id='required-methods' class='small-section-header'>Required methods<a href='#required-methods' class='anchor'></a></h2><div class='methods'><h3 id='tymethod.execute' class='method'><code id='execute.v'>fn <a href='#tymethod.execute' class='fnname'>execute</a><'f: 'e>(<br> &self, <br> core_id: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> parameters: &<a class="struct" href="../mercator_db/database/db_core/struct.CoreQueryParameters.html" title="struct mercator_db::database::db_core::CoreQueryParameters">CoreQueryParameters</a><'f><br>) -> Self::<a class="type" href="../parser/trait.Executor.html#associatedtype.ResultSet" title="type parser::Executor::ResultSet">ResultSet</a></code></h3></div><span class='loading-content'>Loading content...</span>
|
||||
<h2 id='implementors' class='small-section-header'>Implementors<a href='#implementors' class='anchor'></a></h2><div class='item-list' id='implementors-list'></div><span class='loading-content'>Loading content...</span><script type="text/javascript" src="../implementors/parser/trait.Executor.js" async></script></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "parser";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|
||||
5
parser/trait.Predictor.html
Normal file
5
parser/trait.Predictor.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!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 `Predictor` trait in crate `parser`."><meta name="keywords" content="rust, rustlang, rust-lang, Predictor"><title>parser::Predictor - 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="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc trait"><!--[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><a href='../parser/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Trait Predictor</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.predict">predict</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='index.html'>parser</a></p><script>window.sidebarCurrent = {name: 'Predictor', ty: 'trait', 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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/parser/expressions.rs.html#10-12' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='index.html'>parser</a>::<wbr><a class="trait" href=''>Predictor</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub trait Predictor {
|
||||
fn <a href='#tymethod.predict' class='fnname'>predict</a>(&self, db: &<a class="struct" href="../mercator_db/database/struct.DataBase.html" title="struct mercator_db::database::DataBase">DataBase</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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
}</pre></div>
|
||||
<h2 id='required-methods' class='small-section-header'>Required methods<a href='#required-methods' class='anchor'></a></h2><div class='methods'><h3 id='tymethod.predict' class='method'><code id='predict.v'>fn <a href='#tymethod.predict' class='fnname'>predict</a>(&self, db: &<a class="struct" href="../mercator_db/database/struct.DataBase.html" title="struct mercator_db::database::DataBase">DataBase</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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></h3></div><span class='loading-content'>Loading content...</span>
|
||||
<h2 id='implementors' class='small-section-header'>Implementors<a href='#implementors' class='anchor'></a></h2><div class='item-list' id='implementors-list'></div><span class='loading-content'>Loading content...</span><script type="text/javascript" src="../implementors/parser/trait.Predictor.js" async></script></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "parser";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|
||||
7
parser/trait.Validator.html
Normal file
7
parser/trait.Validator.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<!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 `Validator` trait in crate `parser`."><meta name="keywords" content="rust, rustlang, rust-lang, Validator"><title>parser::Validator - 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="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc trait"><!--[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><a href='../parser/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Trait Validator</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#associated-types">Associated Types</a><div class="sidebar-links"><a href="#associatedtype.ValidationResult">ValidationResult</a></div><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.validate">validate</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='index.html'>parser</a></p><script>window.sidebarCurrent = {name: 'Validator', ty: 'trait', 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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/parser/expressions.rs.html#4-8' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='index.html'>parser</a>::<wbr><a class="trait" href=''>Validator</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub trait Validator {
|
||||
type <a href='#associatedtype.ValidationResult' class="type">ValidationResult</a>;
|
||||
fn <a href='#tymethod.validate' class='fnname'>validate</a>(&self) -> Self::<a class="type" href="../parser/trait.Validator.html#associatedtype.ValidationResult" title="type parser::Validator::ValidationResult">ValidationResult</a>;
|
||||
}</pre></div>
|
||||
<h2 id='associated-types' class='small-section-header'>Associated Types<a href='#associated-types' class='anchor'></a></h2><div class='methods'><h3 id='associatedtype.ValidationResult' class='method'><code id='ValidationResult.t'>type <a href='#associatedtype.ValidationResult' class="type">ValidationResult</a></code></h3></div><span class='loading-content'>Loading content...</span>
|
||||
<h2 id='required-methods' class='small-section-header'>Required methods<a href='#required-methods' class='anchor'></a></h2><div class='methods'><h3 id='tymethod.validate' class='method'><code id='validate.v'>fn <a href='#tymethod.validate' class='fnname'>validate</a>(&self) -> Self::<a class="type" href="../parser/trait.Validator.html#associatedtype.ValidationResult" title="type parser::Validator::ValidationResult">ValidationResult</a></code></h3></div><span class='loading-content'>Loading content...</span>
|
||||
<h2 id='implementors' class='small-section-header'>Implementors<a href='#implementors' class='anchor'></a></h2><div class='item-list' id='implementors-list'></div><span class='loading-content'>Loading content...</span><script type="text/javascript" src="../implementors/parser/trait.Validator.js" async></script></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "parser";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|
||||
1
parser/type.ValidationResult.html
Normal file
1
parser/type.ValidationResult.html
Normal file
@@ -0,0 +1 @@
|
||||
<!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 `ValidationResult` type in crate `parser`."><meta name="keywords" content="rust, rustlang, rust-lang, ValidationResult"><title>parser::ValidationResult - 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="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc type"><!--[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><a href='../parser/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Type Definition ValidationResult</p><div class="sidebar-elems"><p class='location'><a href='index.html'>parser</a></p><script>window.sidebarCurrent = {name: 'ValidationResult', ty: 'type', 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"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/parser/validators.rs.html#4' title='goto source code'>[src]</a></span><span class='in-band'>Type Definition <a href='index.html'>parser</a>::<wbr><a class="type" href=''>ValidationResult</a></span></h1><pre class='rust typedef'>type ValidationResult = <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><LiteralTypes, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;</pre></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "parser";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|
||||
10
parser/validators/type.ValidationResult.html
Normal file
10
parser/validators/type.ValidationResult.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=../../parser/type.ValidationResult.html">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="../../parser/type.ValidationResult.html">../../parser/type.ValidationResult.html</a>...</p>
|
||||
<script>location.replace("../../parser/type.ValidationResult.html" + location.search + location.hash);</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user