mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-10 01:58:23 +00:00
92 lines
48 KiB
HTML
92 lines
48 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="Structure describing options about how the diff should be executed."><title>DiffOptions in git2 - 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-5bc39a1768837dd0.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="git2" data-themes="" data-resource-suffix="" data-rustdoc-version="1.77.2 (25ef9e3d8 2024-04-09)" data-channel="1.77.2" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-4c98445ec4002617.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-48f368f3872407c8.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-04d5337699b92874.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 struct"><!--[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="../git2/index.html">git2</a><span class="version">0.18.3</span></h2></div><h2 class="location"><a href="#">DiffOptions</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.context_lines">context_lines</a></li><li><a href="#method.disable_pathspec_match">disable_pathspec_match</a></li><li><a href="#method.enable_fast_untracked_dirs">enable_fast_untracked_dirs</a></li><li><a href="#method.force_binary">force_binary</a></li><li><a href="#method.force_text">force_text</a></li><li><a href="#method.id_abbrev">id_abbrev</a></li><li><a href="#method.ignore_blank_lines">ignore_blank_lines</a></li><li><a href="#method.ignore_case">ignore_case</a></li><li><a href="#method.ignore_filemode">ignore_filemode</a></li><li><a href="#method.ignore_submodules">ignore_submodules</a></li><li><a href="#method.ignore_whitespace">ignore_whitespace</a></li><li><a href="#method.ignore_whitespace_change">ignore_whitespace_change</a></li><li><a href="#method.ignore_whitespace_eol">ignore_whitespace_eol</a></li><li><a href="#method.include_ignored">include_ignored</a></li><li><a href="#method.include_typechange">include_typechange</a></li><li><a href="#method.include_typechange_trees">include_typechange_trees</a></li><li><a href="#method.include_unmodified">include_unmodified</a></li><li><a href="#method.include_unreadable">include_unreadable</a></li><li><a href="#method.include_unreadable_as_untracked">include_unreadable_as_untracked</a></li><li><a href="#method.include_untracked">include_untracked</a></li><li><a href="#method.indent_heuristic">indent_heuristic</a></li><li><a href="#method.interhunk_lines">interhunk_lines</a></li><li><a href="#method.max_size">max_size</a></li><li><a href="#method.minimal">minimal</a></li><li><a href="#method.new">new</a></li><li><a href="#method.new_prefix">new_prefix</a></li><li><a href="#method.old_prefix">old_prefix</a></li><li><a href="#method.pathspec">pathspec</a></li><li><a href="#method.patience">patience</a></li><li><a href="#method.raw">raw</a></li><li><a href="#method.recurse_ignored_dirs">recurse_ignored_dirs</a></li><li><a href="#method.recurse_untracked_dirs">recurse_untracked_dirs</a></li><li><a href="#method.reverse">reverse</a></li><li><a href="#method.show_binary">show_binary</a></li><li><a href="#method.show_unmodified">show_unmodified</a></li><li><a href="#method.show_untracked_content">show_untracked_content</a></li><li><a href="#method.skip_binary_check">skip_binary_check</a></li><li><a href="#method.update_index">update_index</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Default-for-DiffOptions">Default</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Send-for-DiffOptions">!Send</a></li><li><a href="#impl-Sync-for-DiffOptions">!Sync</a></li><li><a href="#impl-RefUnwindSafe-for-DiffOptions">RefUnwindSafe</a></li><li><a href="#impl-Unpin-for-DiffOptions">Unpin</a></li><li><a href="#impl-UnwindSafe-for-DiffOptions">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<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut<T></a></li><li><a href="#impl-From%3CT%3E-for-T">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T">Into<U></a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto<U></a></li></ul></section><h2><a href="index.html">In crate git2</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../git2/all.html" title="show sidebar"></a></div><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" tabindex="-1"><a href="../help.html" title="help">?</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>Struct <a href="index.html">git2</a>::<wbr><a class="struct" href="#">DiffOptions</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/git2/diff.rs.html#44-50">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub struct DiffOptions { <span class="comment">/* private fields */</span> }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Structure describing options about how the diff should be executed.</p>
|
||
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-DiffOptions" class="impl"><a class="src rightside" href="../src/git2/diff.rs.html#667-947">source</a><a href="#impl-DiffOptions" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#672-682">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>() -> <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Creates a new set of empty diff options.</p>
|
||
<p>All flags and other options are defaulted to false or their otherwise
|
||
zero equivalents.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.reverse" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#695-697">source</a><h4 class="code-header">pub fn <a href="#method.reverse" class="fn">reverse</a>(&mut self, reverse: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether the sides of the diff will be reversed.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_ignored" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#700-702">source</a><h4 class="code-header">pub fn <a href="#method.include_ignored" class="fn">include_ignored</a>(&mut self, include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether ignored files are included.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.recurse_ignored_dirs" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#705-707">source</a><h4 class="code-header">pub fn <a href="#method.recurse_ignored_dirs" class="fn">recurse_ignored_dirs</a>(&mut self, recurse: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether ignored directories are traversed deeply or not.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_untracked" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#710-712">source</a><h4 class="code-header">pub fn <a href="#method.include_untracked" class="fn">include_untracked</a>(&mut self, include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether untracked files are in the diff</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.recurse_untracked_dirs" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#716-718">source</a><h4 class="code-header">pub fn <a href="#method.recurse_untracked_dirs" class="fn">recurse_untracked_dirs</a>(&mut self, recurse: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether untracked directories are traversed deeply or
|
||
not.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_unmodified" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#721-723">source</a><h4 class="code-header">pub fn <a href="#method.include_unmodified" class="fn">include_unmodified</a>(&mut self, include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether unmodified files are in the diff.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_typechange" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#726-728">source</a><h4 class="code-header">pub fn <a href="#method.include_typechange" class="fn">include_typechange</a>(&mut self, include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>If enabled, then Typechange delta records are generated.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_typechange_trees" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#735-737">source</a><h4 class="code-header">pub fn <a href="#method.include_typechange_trees" class="fn">include_typechange_trees</a>(&mut self, include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Event with <code>include_typechange</code>, the tree returned generally shows a
|
||
deleted blob. This flag correctly labels the tree transitions as a
|
||
typechange record with the <code>new_file</code>’s mode set to tree.</p>
|
||
<p>Note that the tree SHA will not be available.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_filemode" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#740-742">source</a><h4 class="code-header">pub fn <a href="#method.ignore_filemode" class="fn">ignore_filemode</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether file mode changes are ignored.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_submodules" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#745-747">source</a><h4 class="code-header">pub fn <a href="#method.ignore_submodules" class="fn">ignore_submodules</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether all submodules should be treated as unmodified.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_case" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#750-752">source</a><h4 class="code-header">pub fn <a href="#method.ignore_case" class="fn">ignore_case</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Flag indicating whether case insensitive filenames should be used.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.disable_pathspec_match" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#756-758">source</a><h4 class="code-header">pub fn <a href="#method.disable_pathspec_match" class="fn">disable_pathspec_match</a>(&mut self, disable: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>If pathspecs are specified, this flag means that they should be applied
|
||
as an exact match instead of a fnmatch pattern.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.skip_binary_check" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#763-765">source</a><h4 class="code-header">pub fn <a href="#method.skip_binary_check" class="fn">skip_binary_check</a>(&mut self, skip: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Disable updating the <code>binary</code> flag in delta records. This is useful when
|
||
iterating over a diff if you don’t need hunk and data callbacks and want
|
||
to avoid having to load a file completely.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.enable_fast_untracked_dirs" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#775-777">source</a><h4 class="code-header">pub fn <a href="#method.enable_fast_untracked_dirs" class="fn">enable_fast_untracked_dirs</a>(&mut self, enable: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>When diff finds an untracked directory, to match the behavior of core
|
||
Git, it scans the contents for ignored and untracked files. If all
|
||
contents are ignored, then the directory is ignored; if any contents are
|
||
not ignored, then the directory is untracked. This is extra work that
|
||
may not matter in many cases.</p>
|
||
<p>This flag turns off that scan and immediately labels an untracked
|
||
directory as untracked (changing the behavior to not match core git).</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.update_index" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#783-785">source</a><h4 class="code-header">pub fn <a href="#method.update_index" class="fn">update_index</a>(&mut self, update: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>When diff finds a file in the working directory with stat information
|
||
different from the index, but the OID ends up being the same, write the
|
||
correct stat information into the index. Note: without this flag, diff
|
||
will always leave the index untouched.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_unreadable" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#788-790">source</a><h4 class="code-header">pub fn <a href="#method.include_unreadable" class="fn">include_unreadable</a>(&mut self, include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Include unreadable files in the diff</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.include_unreadable_as_untracked" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#793-795">source</a><h4 class="code-header">pub fn <a href="#method.include_unreadable_as_untracked" class="fn">include_unreadable_as_untracked</a>(
|
||
&mut self,
|
||
include: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>
|
||
) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Include unreadable files in the diff as untracked files</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.force_text" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#798-800">source</a><h4 class="code-header">pub fn <a href="#method.force_text" class="fn">force_text</a>(&mut self, force: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Treat all files as text, disabling binary attributes and detection.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.force_binary" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#803-805">source</a><h4 class="code-header">pub fn <a href="#method.force_binary" class="fn">force_binary</a>(&mut self, force: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Treat all files as binary, disabling text diffs</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_whitespace" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#808-810">source</a><h4 class="code-header">pub fn <a href="#method.ignore_whitespace" class="fn">ignore_whitespace</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Ignore all whitespace</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_whitespace_change" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#813-815">source</a><h4 class="code-header">pub fn <a href="#method.ignore_whitespace_change" class="fn">ignore_whitespace_change</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Ignore changes in the amount of whitespace</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_whitespace_eol" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#818-820">source</a><h4 class="code-header">pub fn <a href="#method.ignore_whitespace_eol" class="fn">ignore_whitespace_eol</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Ignore whitespace at the end of line</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.ignore_blank_lines" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#823-825">source</a><h4 class="code-header">pub fn <a href="#method.ignore_blank_lines" class="fn">ignore_blank_lines</a>(&mut self, ignore: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Ignore blank lines</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.show_untracked_content" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#832-834">source</a><h4 class="code-header">pub fn <a href="#method.show_untracked_content" class="fn">show_untracked_content</a>(&mut self, show: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>When generating patch text, include the content of untracked files.</p>
|
||
<p>This automatically turns on <code>include_untracked</code> but it does not turn on
|
||
<code>recurse_untracked_dirs</code>. Add that flag if you want the content of every
|
||
single untracked file.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.show_unmodified" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#840-842">source</a><h4 class="code-header">pub fn <a href="#method.show_unmodified" class="fn">show_unmodified</a>(&mut self, show: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>When generating output, include the names of unmodified files if they
|
||
are included in the <code>Diff</code>. Normally these are skipped in the formats
|
||
that list files (e.g. name-only, name-status, raw). Even with this these
|
||
will not be included in the patch format.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.patience" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#845-847">source</a><h4 class="code-header">pub fn <a href="#method.patience" class="fn">patience</a>(&mut self, patience: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Use the “patience diff” algorithm</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.minimal" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#850-852">source</a><h4 class="code-header">pub fn <a href="#method.minimal" class="fn">minimal</a>(&mut self, minimal: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Take extra time to find the minimal diff</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.show_binary" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#856-858">source</a><h4 class="code-header">pub fn <a href="#method.show_binary" class="fn">show_binary</a>(&mut self, show: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Include the necessary deflate/delta information so that <code>git-apply</code> can
|
||
apply given diff information to binary files.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.indent_heuristic" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#863-865">source</a><h4 class="code-header">pub fn <a href="#method.indent_heuristic" class="fn">indent_heuristic</a>(&mut self, heuristic: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.bool.html">bool</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Use a heuristic that takes indentation and whitespace into account
|
||
which generally can produce better diffs when dealing with ambiguous
|
||
diff hunks.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.context_lines" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#871-874">source</a><h4 class="code-header">pub fn <a href="#method.context_lines" class="fn">context_lines</a>(&mut self, lines: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.u32.html">u32</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Set the number of unchanged lines that define the boundary of a hunk
|
||
(and to display before and after).</p>
|
||
<p>The default value for this is 3.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.interhunk_lines" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#880-883">source</a><h4 class="code-header">pub fn <a href="#method.interhunk_lines" class="fn">interhunk_lines</a>(&mut self, lines: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.u32.html">u32</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Set the maximum number of unchanged lines between hunk boundaries before
|
||
the hunks will be merged into one.</p>
|
||
<p>The default value for this is 0.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.id_abbrev" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#886-889">source</a><h4 class="code-header">pub fn <a href="#method.id_abbrev" class="fn">id_abbrev</a>(&mut self, abbrev: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.u16.html">u16</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>The default value for this is <code>core.abbrev</code> or 7 if unset.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.max_size" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#897-900">source</a><h4 class="code-header">pub fn <a href="#method.max_size" class="fn">max_size</a>(&mut self, size: <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.i64.html">i64</a>) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Maximum size (in bytes) above which a blob will be marked as binary
|
||
automatically.</p>
|
||
<p>A negative value will disable this entirely.</p>
|
||
<p>The default value for this is 512MB.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.old_prefix" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#905-908">source</a><h4 class="code-header">pub fn <a href="#method.old_prefix" class="fn">old_prefix</a><T: <a class="trait" href="trait.IntoCString.html" title="trait git2::IntoCString">IntoCString</a>>(&mut self, t: T) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>The virtual “directory” to prefix old file names with in hunk headers.</p>
|
||
<p>The default value for this is “a”.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.new_prefix" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#913-916">source</a><h4 class="code-header">pub fn <a href="#method.new_prefix" class="fn">new_prefix</a><T: <a class="trait" href="trait.IntoCString.html" title="trait git2::IntoCString">IntoCString</a>>(&mut self, t: T) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>The virtual “directory” to prefix new file names with in hunk headers.</p>
|
||
<p>The default value for this is “b”.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.pathspec" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#919-924">source</a><h4 class="code-header">pub fn <a href="#method.pathspec" class="fn">pathspec</a><T: <a class="trait" href="trait.IntoCString.html" title="trait git2::IntoCString">IntoCString</a>>(&mut self, pathspec: T) -> &mut <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h4></section></summary><div class="docblock"><p>Add to the array of paths/fnmatch patterns to constrain the diff.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.raw" class="method"><a class="src rightside" href="../src/git2/diff.rs.html#930-944">source</a><h4 class="code-header">pub unsafe fn <a href="#method.raw" class="fn">raw</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.pointer.html">*const </a><a class="struct" href="../libgit2_sys/struct.git_diff_options.html" title="struct libgit2_sys::git_diff_options">git_diff_options</a></h4></section></summary><div class="docblock"><p>Acquire a pointer to the underlying raw options.</p>
|
||
<p>This function is unsafe as the pointer is only valid so long as this
|
||
structure is not moved, modified, or used elsewhere.</p>
|
||
</div></details></div></details></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-Default-for-DiffOptions" class="impl"><a class="src rightside" href="../src/git2/diff.rs.html#661-665">source</a><a href="#impl-Default-for-DiffOptions" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default" class="method trait-impl"><a class="src rightside" href="../src/git2/diff.rs.html#662-664">source</a><a href="#method.default" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -> Self</h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.77.2/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-DiffOptions" class="impl"><a href="#impl-RefUnwindSafe-for-DiffOptions" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section><section id="impl-Send-for-DiffOptions" class="impl"><a href="#impl-Send-for-DiffOptions" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section><section id="impl-Sync-for-DiffOptions" class="impl"><a href="#impl-Sync-for-DiffOptions" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section><section id="impl-Unpin-for-DiffOptions" class="impl"><a href="#impl-Unpin-for-DiffOptions" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section><section id="impl-UnwindSafe-for-DiffOptions" class="impl"><a href="#impl-UnwindSafe-for-DiffOptions" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.DiffOptions.html" title="struct git2::DiffOptions">DiffOptions</a></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
||
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.77.2/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.77.2/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.77.2/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.77.2/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.77.2/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#764">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#767">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#747-749">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#757">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
<p>That is, this conversion is whatever the implementation of
|
||
<code><a href="https://doc.rust-lang.org/1.77.2/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#804-806">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.77.2/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.77.2/src/core/convert/mod.rs.html#811">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#789-791">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></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.77.2/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</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_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#796">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html> |