Skip to content

Commit

Permalink
Deploying to gh-pages from @ e404de0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Nov 15, 2024
1 parent 1e4636b commit 650de68
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions task_maker_dag/enum.ProvidedFile.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<!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="A wrapper around a `File` provided by the client, this means that the client knows the `FileStoreKey` and the path to that file if it’s local, or it’s content if it’s generated."><title>ProvidedFile in task_maker_dag - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="task_maker_dag" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-3b12f09e550e0385.css"></noscript><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 enum"><!--[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" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../task_maker_dag/index.html">task_<wbr>maker_<wbr>dag</a><span class="version">0.6.3</span></h2></div><h2 class="location"><a href="#">Provided<wbr>File</a></h2><div class="sidebar-elems"><section><h3><a href="#variants">Variants</a></h3><ul class="block variant"><li><a href="#variant.Content">Content</a></li><li><a href="#variant.LocalFile">LocalFile</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-ProvidedFile">Clone</a></li><li><a href="#impl-Debug-for-ProvidedFile">Debug</a></li><li><a href="#impl-Deserialize%3C'de%3E-for-ProvidedFile">Deserialize&#60;&#39;de&#62;</a></li><li><a href="#impl-Serialize-for-ProvidedFile">Serialize</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-ProvidedFile">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-ProvidedFile">RefUnwindSafe</a></li><li><a href="#impl-Send-for-ProvidedFile">Send</a></li><li><a href="#impl-Sync-for-ProvidedFile">Sync</a></li><li><a href="#impl-Unpin-for-ProvidedFile">Unpin</a></li><li><a href="#impl-UnwindSafe-for-ProvidedFile">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&#60;T&#62;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&#60;T&#62;</a></li><li><a href="#impl-CloneToUninit-for-T">CloneToUninit</a></li><li><a href="#impl-DeserializeOwned-for-T">DeserializeOwned</a></li><li><a href="#impl-From%3CT%3E-for-T">From&#60;T&#62;</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&#60;U&#62;</a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&#60;U&#62;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&#60;U&#62;</a></li><li><a href="#impl-VZip%3CV%3E-for-T">VZip&#60;V&#62;</a></li></ul></section><h2><a href="index.html">In crate task_<wbr>maker_<wbr>dag</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Enum <a href="index.html">task_maker_dag</a>::<wbr><a class="enum" href="#">ProvidedFile</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../src/task_maker_dag/dag.rs.html#50-69">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub enum ProvidedFile {
LocalFile {
file: <a class="struct" href="struct.File.html" title="struct task_maker_dag::File">File</a>,
key: FileStoreKey,
key: <a class="struct" href="../task_maker_store/struct.FileStoreKey.html" title="struct task_maker_store::FileStoreKey">FileStoreKey</a>,
local_path: <a class="struct" href="https://doc.rust-lang.org/1.82.0/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>,
},
Content {
file: <a class="struct" href="struct.File.html" title="struct task_maker_dag::File">File</a>,
key: FileStoreKey,
key: <a class="struct" href="../task_maker_store/struct.FileStoreKey.html" title="struct task_maker_store::FileStoreKey">FileStoreKey</a>,
content: <a class="struct" href="https://doc.rust-lang.org/1.82.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.82.0/std/primitive.u8.html">u8</a>&gt;,
},
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A wrapper around a <code>File</code> provided by the client, this means that the client knows the
<code>FileStoreKey</code> and the path to that file if it’s local, or it’s content if it’s generated.</p>
</div></details><h2 id="variants" class="variants section-header">Variants<a href="#variants" class="anchor">§</a></h2><div class="variants"><section id="variant.LocalFile" class="variant"><a href="#variant.LocalFile" class="anchor">§</a><h3 class="code-header">LocalFile</h3></section><div class="docblock"><p>A file that is provided by the disk, knowing its path.</p>
</div><div class="sub-variant" id="variant.LocalFile.fields"><h4>Fields</h4><div class="sub-variant-field"><span id="variant.LocalFile.field.file" class="section-header"><a href="#variant.LocalFile.field.file" class="anchor field">§</a><code>file: <a class="struct" href="struct.File.html" title="struct task_maker_dag::File">File</a></code></span><div class="docblock"><p>The file handle.</p>
</div></div><div class="sub-variant-field"><span id="variant.LocalFile.field.key" class="section-header"><a href="#variant.LocalFile.field.key" class="anchor field">§</a><code>key: FileStoreKey</code></span><div class="docblock"><p>The key of the file for the lookup in the <code>FileStore</code>.</p>
</div></div><div class="sub-variant-field"><span id="variant.LocalFile.field.key" class="section-header"><a href="#variant.LocalFile.field.key" class="anchor field">§</a><code>key: <a class="struct" href="../task_maker_store/struct.FileStoreKey.html" title="struct task_maker_store::FileStoreKey">FileStoreKey</a></code></span><div class="docblock"><p>The key of the file for the lookup in the <code>FileStore</code>.</p>
</div></div><div class="sub-variant-field"><span id="variant.LocalFile.field.local_path" class="section-header"><a href="#variant.LocalFile.field.local_path" class="anchor field">§</a><code>local_path: <a class="struct" href="https://doc.rust-lang.org/1.82.0/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a></code></span><div class="docblock"><p>Path to the file in the client.</p>
</div></div></div><section id="variant.Content" class="variant"><a href="#variant.Content" class="anchor">§</a><h3 class="code-header">Content</h3></section><div class="docblock"><p>A file that is provided from a in-memory buffer.</p>
</div><div class="sub-variant" id="variant.Content.fields"><h4>Fields</h4><div class="sub-variant-field"><span id="variant.Content.field.file" class="section-header"><a href="#variant.Content.field.file" class="anchor field">§</a><code>file: <a class="struct" href="struct.File.html" title="struct task_maker_dag::File">File</a></code></span><div class="docblock"><p>The file handle.</p>
</div></div><div class="sub-variant-field"><span id="variant.Content.field.key" class="section-header"><a href="#variant.Content.field.key" class="anchor field">§</a><code>key: FileStoreKey</code></span><div class="docblock"><p>The key of the file for the lookup in the <code>FileStore</code>.</p>
</div></div><div class="sub-variant-field"><span id="variant.Content.field.key" class="section-header"><a href="#variant.Content.field.key" class="anchor field">§</a><code>key: <a class="struct" href="../task_maker_store/struct.FileStoreKey.html" title="struct task_maker_store::FileStoreKey">FileStoreKey</a></code></span><div class="docblock"><p>The key of the file for the lookup in the <code>FileStore</code>.</p>
</div></div><div class="sub-variant-field"><span id="variant.Content.field.content" class="section-header"><a href="#variant.Content.field.content" class="anchor field">§</a><code>content: <a class="struct" href="https://doc.rust-lang.org/1.82.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.82.0/std/primitive.u8.html">u8</a>&gt;</code></span><div class="docblock"><p>The content of the file.</p>
</div></div></div></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-ProvidedFile" class="impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#impl-Clone-for-ProvidedFile" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="enum" href="enum.ProvidedFile.html" title="enum task_maker_dag::ProvidedFile">ProvidedFile</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="enum" href="enum.ProvidedFile.html" title="enum task_maker_dag::ProvidedFile">ProvidedFile</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/clone.rs.html#174">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: &amp;Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-ProvidedFile" class="impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#impl-Debug-for-ProvidedFile" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.ProvidedFile.html" title="enum task_maker_dag::ProvidedFile">ProvidedFile</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.82.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.82.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.82.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserialize%3C'de%3E-for-ProvidedFile" class="impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#impl-Deserialize%3C'de%3E-for-ProvidedFile" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://docs.rs/serde/1.0.214/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt; for <a class="enum" href="enum.ProvidedFile.html" title="enum task_maker_dag::ProvidedFile">ProvidedFile</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.deserialize" class="method trait-impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#method.deserialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.214/serde/de/trait.Deserialize.html#tymethod.deserialize" class="fn">deserialize</a>&lt;__D&gt;(__deserializer: __D) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, __D::<a class="associatedtype" href="https://docs.rs/serde/1.0.214/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>&gt;<div class="where">where
__D: <a class="trait" href="https://docs.rs/serde/1.0.214/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a>&lt;'de&gt;,</div></h4></section></summary><div class='docblock'>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde/1.0.214/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Serialize-for-ProvidedFile" class="impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#impl-Serialize-for-ProvidedFile" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://docs.rs/serde/1.0.214/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a> for <a class="enum" href="enum.ProvidedFile.html" title="enum task_maker_dag::ProvidedFile">ProvidedFile</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serialize" class="method trait-impl"><a class="src rightside" href="../src/task_maker_dag/dag.rs.html#49">source</a><a href="#method.serialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.214/serde/ser/trait.Serialize.html#tymethod.serialize" class="fn">serialize</a>&lt;__S&gt;(&amp;self, __serializer: __S) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;__S::<a class="associatedtype" href="https://docs.rs/serde/1.0.214/serde/ser/trait.Serializer.html#associatedtype.Ok" title="type serde::ser::Serializer::Ok">Ok</a>, __S::<a class="associatedtype" href="https://docs.rs/serde/1.0.214/serde/ser/trait.Serializer.html#associatedtype.Error" title="type serde::ser::Serializer::Error">Error</a>&gt;<div class="where">where
Expand Down
Loading

0 comments on commit 650de68

Please sign in to comment.