Skip to content

Commit

Permalink
deploy: 254a042
Browse files Browse the repository at this point in the history
  • Loading branch information
vtavernier committed Nov 2, 2023
1 parent 963d57f commit b838793
Show file tree
Hide file tree
Showing 1,592 changed files with 2,721 additions and 2,721 deletions.
6 changes: 3 additions & 3 deletions glsl_lang/ast/struct.Node.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
T: <a class="trait" href="../parse/parsable/trait.Extractable.html" title="trait glsl_lang::parse::parsable::Extractable">Extractable</a>&lt;<a class="struct" href="struct.TranslationUnit.html" title="struct glsl_lang::ast::TranslationUnit">TranslationUnit</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.parse_with_options" class="method trait-impl"><a class="src rightside" href="../../src/glsl_lang/parse/parsable.rs.html#50-56">source</a><a href="#method.parse_with_options" class="anchor">§</a><h4 class="code-header">fn <a href="../parse/parsable/trait.Parsable.html#tymethod.parse_with_options" class="fn">parse_with_options</a>&lt;'i&gt;(
source: &amp;'i <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.str.html">str</a>,
opts: &amp;<a class="struct" href="../parse/struct.ParseOptions.html" title="struct glsl_lang::parse::ParseOptions">ParseOptions</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;(T, <a class="struct" href="../parse/struct.ParseContext.html" title="struct glsl_lang::parse::ParseContext">ParseContext</a>), Located&lt;ParseErrorKind&lt;&lt;Lexer&lt;'i&gt; as HasLexerError&gt;::Error&gt;&gt;&gt;</h4></section></summary><div class='docblock'>Parse the input source with the given options</div></details><details class="toggle method-toggle" open><summary><section id="method.parse_with_context" class="method trait-impl"><a class="src rightside" href="../../src/glsl_lang/parse/parsable.rs.html#58-64">source</a><a href="#method.parse_with_context" class="anchor">§</a><h4 class="code-header">fn <a href="../parse/parsable/trait.Parsable.html#tymethod.parse_with_context" class="fn">parse_with_context</a>&lt;'i&gt;(
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;(T, <a class="struct" href="../parse/struct.ParseContext.html" title="struct glsl_lang::parse::ParseContext">ParseContext</a>), Located&lt;ParseErrorKind&lt;&lt;<a class="struct" href="../../glsl_lang_lexer/v2_full/str/struct.Lexer.html" title="struct glsl_lang_lexer::v2_full::str::Lexer">Lexer</a>&lt;'i&gt; as <a class="trait" href="../../glsl_lang_lexer/trait.HasLexerError.html" title="trait glsl_lang_lexer::HasLexerError">HasLexerError</a>&gt;::<a class="associatedtype" href="../../glsl_lang_lexer/trait.HasLexerError.html#associatedtype.Error" title="type glsl_lang_lexer::HasLexerError::Error">Error</a>&gt;&gt;&gt;</h4></section></summary><div class='docblock'>Parse the input source with the given options</div></details><details class="toggle method-toggle" open><summary><section id="method.parse_with_context" class="method trait-impl"><a class="src rightside" href="../../src/glsl_lang/parse/parsable.rs.html#58-64">source</a><a href="#method.parse_with_context" class="anchor">§</a><h4 class="code-header">fn <a href="../parse/parsable/trait.Parsable.html#tymethod.parse_with_context" class="fn">parse_with_context</a>&lt;'i&gt;(
source: &amp;'i <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.str.html">str</a>,
ctx: &amp;<a class="struct" href="../parse/struct.ParseContext.html" title="struct glsl_lang::parse::ParseContext">ParseContext</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;(T, <a class="struct" href="../parse/struct.ParseContext.html" title="struct glsl_lang::parse::ParseContext">ParseContext</a>), Located&lt;ParseErrorKind&lt;&lt;Lexer&lt;'i&gt; as HasLexerError&gt;::Error&gt;&gt;&gt;</h4></section></summary><div class='docblock'>Parse the input source with the given context</div></details><details class="toggle method-toggle" open><summary><section id="method.parse" class="method trait-impl"><a class="src rightside" href="../../src/glsl_lang/parse/parsable.rs.html#26-29">source</a><a href="#method.parse" class="anchor">§</a><h4 class="code-header">fn <a href="../parse/parsable/trait.Parsable.html#method.parse" class="fn">parse</a>(
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;(T, <a class="struct" href="../parse/struct.ParseContext.html" title="struct glsl_lang::parse::ParseContext">ParseContext</a>), Located&lt;ParseErrorKind&lt;&lt;<a class="struct" href="../../glsl_lang_lexer/v2_full/str/struct.Lexer.html" title="struct glsl_lang_lexer::v2_full::str::Lexer">Lexer</a>&lt;'i&gt; as <a class="trait" href="../../glsl_lang_lexer/trait.HasLexerError.html" title="trait glsl_lang_lexer::HasLexerError">HasLexerError</a>&gt;::<a class="associatedtype" href="../../glsl_lang_lexer/trait.HasLexerError.html#associatedtype.Error" title="type glsl_lang_lexer::HasLexerError::Error">Error</a>&gt;&gt;&gt;</h4></section></summary><div class='docblock'>Parse the input source with the given context</div></details><details class="toggle method-toggle" open><summary><section id="method.parse" class="method trait-impl"><a class="src rightside" href="../../src/glsl_lang/parse/parsable.rs.html#26-29">source</a><a href="#method.parse" class="anchor">§</a><h4 class="code-header">fn <a href="../parse/parsable/trait.Parsable.html#method.parse" class="fn">parse</a>(
source: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.str.html">str</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, <a class="type" href="../parse/type.ParseError.html" title="type glsl_lang::parse::ParseError">ParseError</a>&lt;&lt;<a class="type" href="../parse/type.DefaultLexer.html" title="type glsl_lang::parse::DefaultLexer">DefaultLexer</a>&lt;'_&gt; as HasLexerError&gt;::Error&gt;&gt;</h4></section></summary><div class='docblock'>Parse the input source</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Node%3CT%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/alloc/borrow.rs.html#82">source</a><a href="#impl-ToOwned-for-Node%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<span class="where fmt-newline">where
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, <a class="type" href="../parse/type.ParseError.html" title="type glsl_lang::parse::ParseError">ParseError</a>&lt;&lt;<a class="type" href="../parse/type.DefaultLexer.html" title="type glsl_lang::parse::DefaultLexer">DefaultLexer</a>&lt;'_&gt; as <a class="trait" href="../../glsl_lang_lexer/trait.HasLexerError.html" title="trait glsl_lang_lexer::HasLexerError">HasLexerError</a>&gt;::<a class="associatedtype" href="../../glsl_lang_lexer/trait.HasLexerError.html#associatedtype.Error" title="type glsl_lang_lexer::HasLexerError::Error">Error</a>&gt;&gt;</h4></section></summary><div class='docblock'>Parse the input source</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Node%3CT%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/alloc/borrow.rs.html#82">source</a><a href="#impl-ToOwned-for-Node%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/alloc/borrow.rs.html#87">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/alloc/borrow.rs.html#91">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.reference.html">&amp;mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.73.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToString-for-Node%3CT%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/alloc/string.rs.html#2449">source</a><a href="#impl-ToString-for-Node%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a> for T<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.73.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/alloc/string.rs.html#2455">source</a><a href="#method.to_string" class="anchor">§</a><h4 class="code-header">default fn <a href="https://doc.rust-lang.org/1.73.0/alloc/string/trait.ToString.html#tymethod.to_string" class="fn">to_string</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/1.73.0/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-Node%3CT%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/convert/mod.rs.html#762">source</a><a href="#impl-TryFrom%3CU%3E-for-Node%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<span class="where fmt-newline">where
U: <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.73.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/convert/mod.rs.html#769">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.73.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.73.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-Node%3CT%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/convert/mod.rs.html#747">source</a><a href="#impl-TryInto%3CU%3E-for-Node%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit b838793

Please sign in to comment.