Skip to content

Commit

Permalink
Deploying to gh-pages from @ e2be2c6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nilehmann committed Feb 28, 2024
1 parent 4e53e4c commit ab5ec9d
Show file tree
Hide file tree
Showing 32 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion doc/flux_fhir_analysis/fn.assoc_refinements_of.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!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 `assoc_refinements_of` fn in crate `flux_fhir_analysis`."><title>assoc_refinements_of in flux_fhir_analysis - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-9ee3a5e31a2afa3e.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="flux_fhir_analysis" data-themes="" data-resource-suffix="" data-rustdoc-version="1.75.0-nightly (7adc89b69 2023-11-07)" data-channel="nightly" data-search-js="search-8fbf244ebcf71464.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-9dd44ab47b99a0fb.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../flux_fhir_analysis/index.html">flux_fhir_analysis</a><span class="version">0.1.0</span></h2></div><div class="sidebar-elems"></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">flux_fhir_analysis</a>::<wbr><a class="fn" href="#">assoc_refinements_of</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/flux_fhir_analysis/lib.rs.html#149-180">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub(crate) fn assoc_refinements_of(
genv: GlobalEnv&lt;'_, '_&gt;,
local_id: <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.LocalDefId.html" title="struct rustc_span::def_id::LocalDefId">LocalDefId</a>
) -&gt; AssocPredicates</code></pre></section></div></main></body></html>
) -&gt; AssocRefinements</code></pre></section></div></main></body></html>
2 changes: 1 addition & 1 deletion doc/flux_middle/all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/flux_middle/global_env/struct.GlobalEnv.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h6 id="panics"><a href="#panics">Panics</a></h6>
) -&gt; <a class="type" href="../queries/type.QueryResult.html" title="type flux_middle::queries::QueryResult">QueryResult</a>&lt;<a class="struct" href="../rty/struct.RefinementGenerics.html" title="struct flux_middle::rty::RefinementGenerics">RefinementGenerics</a>&gt;</h4></section><section id="method.predicates_of" class="method"><a class="src rightside" href="../../src/flux_middle/global_env.rs.html#236-241">source</a><h4 class="code-header">pub fn <a href="#method.predicates_of" class="fn">predicates_of</a>(
self,
def_id: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.DefId.html" title="struct rustc_span::def_id::DefId">DefId</a>&gt;
) -&gt; <a class="type" href="../queries/type.QueryResult.html" title="type flux_middle::queries::QueryResult">QueryResult</a>&lt;<a class="struct" href="../rty/struct.EarlyBinder.html" title="struct flux_middle::rty::EarlyBinder">EarlyBinder</a>&lt;<a class="struct" href="../rty/struct.GenericPredicates.html" title="struct flux_middle::rty::GenericPredicates">GenericPredicates</a>&gt;&gt;</h4></section><section id="method.assoc_refinements_of" class="method"><a class="src rightside" href="../../src/flux_middle/global_env.rs.html#243-245">source</a><h4 class="code-header">pub fn <a href="#method.assoc_refinements_of" class="fn">assoc_refinements_of</a>(self, def_id: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.DefId.html" title="struct rustc_span::def_id::DefId">DefId</a>&gt;) -&gt; <a class="struct" href="../rty/struct.AssocPredicates.html" title="struct flux_middle::rty::AssocPredicates">AssocPredicates</a></h4></section><section id="method.assoc_refinement_def" class="method"><a class="src rightside" href="../../src/flux_middle/global_env.rs.html#247-253">source</a><h4 class="code-header">pub fn <a href="#method.assoc_refinement_def" class="fn">assoc_refinement_def</a>(
) -&gt; <a class="type" href="../queries/type.QueryResult.html" title="type flux_middle::queries::QueryResult">QueryResult</a>&lt;<a class="struct" href="../rty/struct.EarlyBinder.html" title="struct flux_middle::rty::EarlyBinder">EarlyBinder</a>&lt;<a class="struct" href="../rty/struct.GenericPredicates.html" title="struct flux_middle::rty::GenericPredicates">GenericPredicates</a>&gt;&gt;</h4></section><section id="method.assoc_refinements_of" class="method"><a class="src rightside" href="../../src/flux_middle/global_env.rs.html#243-245">source</a><h4 class="code-header">pub fn <a href="#method.assoc_refinements_of" class="fn">assoc_refinements_of</a>(self, def_id: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.DefId.html" title="struct rustc_span::def_id::DefId">DefId</a>&gt;) -&gt; <a class="struct" href="../rty/struct.AssocRefinements.html" title="struct flux_middle::rty::AssocRefinements">AssocRefinements</a></h4></section><section id="method.assoc_refinement_def" class="method"><a class="src rightside" href="../../src/flux_middle/global_env.rs.html#247-253">source</a><h4 class="code-header">pub fn <a href="#method.assoc_refinement_def" class="fn">assoc_refinement_def</a>(
self,
impl_id: <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.DefId.html" title="struct rustc_span::def_id::DefId">DefId</a>,
name: <a class="struct" href="struct.Symbol.html" title="struct flux_middle::global_env::Symbol">Symbol</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/flux_middle/intern/trait.SliceInternable.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/flux_middle/queries/struct.Providers.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/flux_middle/queries/struct.Queries.html

Large diffs are not rendered by default.

Loading

0 comments on commit ab5ec9d

Please sign in to comment.