<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="Options which can be specified to various fetch operations."><title>FetchOptions in git2 - 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><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-dd39b87e5fcfba68.css"><metaname="rustdoc-vars"data-root-path="../"data-static-root-path="../static.files/"data-current-crate="git2"data-themes=""data-resource-suffix=""data-rustdoc-version="1.80.0 (051478957 2024-07-21)"data-channel="1.80.0"data-search-js="search-d52510db62a78183.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../static.files/storage-118b08c4c78b968e.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-20a3ad099b048cf2.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-df360f571f6edeae.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle"title="show sidebar"></button></nav><navclass="sidebar"><divclass="sidebar-crate"><h2><ahref="../git2/index.html">git2</a><spanclass="version">0.18.3</span></h2></div><h2class="location"><ahref="#">FetchOptions</a></h2><divclass="sidebar-elems"><section><h3><ahref="#implementations">Methods</a></h3><ulclass="block method"><li><ahref="#method.custom_headers">custom_headers</a></li><li><ahref="#method.depth">depth</a></li><li><ahref="#method.download_tags">download_tags</a></li><li><ahref="#method.follow_redirects">follow_redirects</a></li><li><ahref="#method.new">new</a></li><li><ahref="#method.proxy_options">proxy_options</a></li><li><ahref="#method.prune">prune</a></li><li><ahref="#method.remote_callbacks">remote_callbacks</a></li><li><ahref="#method.update_fetchhead">update_fetchhead</a></li></ul><h3><ahref="#trait-implementations">Trait Implementations</a></h3><ulclass="block trait-implementation"><li><ahref="#impl-Default-for-FetchOptions%3C'cb%3E">Default</a></li></ul><h3><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><ulclass="block synthetic-implementation"><li><ahref="#impl-RefUnwindSafe-for-FetchOptions%3C'cb%3E">!RefUnwindSafe</a></li><li><ahref="#impl-Send-for-FetchOptions%3C'cb%3E">!Send</a></li><li><ahref="#impl-Sync-for-FetchOptions%3C'cb%3E">!Sync</a></li><li><ahref="#impl-UnwindSafe-for-FetchOptions%3C'cb%3E">!UnwindSafe</a></li><li><ahref="#impl-Freeze-for-FetchOptions%3C'cb%3E">Freeze</a></li><li><ahref="#impl-Unpin-for-FetchOptions%3C'cb%3E">Unpin</a></li></ul><h3><ahref="#blanket-implementations">Blanket Implementations</a></h3><ulclass="block blanket-implementation"><li><ahref="#impl-Any-for-T">Any</a></li><li><ahref="#impl-Borrow%3CT%3E-for-T">Borrow<T></a></li><li><ahref="#impl-BorrowMut%3CT%3E-for-T">BorrowMut<T></a></li><li><ahref="#impl-From%3CT%3E-for-T">From<T></a></li><li><ahref="#impl-Into%3CU%3E-for-T">Into<U></a></li><li><ahref="#impl-TryFrom%3CU%3E-for-T">TryFrom<U></a></li><li><ahref="#impl-TryInto%3CU%3E-for-T">TryInto<U></a></li></ul></section><h2><ahref="index.html">In crate git2</a></h2></div>
</div></details><h2id="implementations"class="section-header">Implementations<ahref="#implementations"class="anchor">§</a></h2><divid="implementations-list"><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-FetchOptions%3C'cb%3E"class="impl"><aclass="src rightside"href="../src/git2/remote.rs.html#500-581">source</a><ahref="#impl-FetchOptions%3C'cb%3E"class="anchor">§</a><h3class="code-header">impl<'cb><aclass="struct"href="struct.FetchOptions.html"title="struct git2::FetchOptions">FetchOptions</a><'cb></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.new"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#502-514">source</a><h4class="code-header">pub fn <ahref="#method.new"class="fn">new</a>() -><aclass="struct"href="struct.FetchOptions.html"title="struct git2::FetchOptions">FetchOptions</a><'cb></h4></section></summary><divclass="docblock"><p>Creates a new blank set of fetch options</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.remote_callbacks"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#517-520">source</a><h4class="code-header">pub fn <ahref="#method.remote_callbacks"class="fn">remote_callbacks</a>(&mut self, cbs: <aclass="struct"href="struct.RemoteCallbacks.html"title="struct git2::RemoteCallbacks">RemoteCallbacks</a><'cb>) -><aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut Self</a></h4></section></summary><divclass="docblock"><p>Set the callbacks to use for the fetch operation.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.proxy_options"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#523-526">source</a><h4class="code-header">pub fn <ahref="#method.proxy_options"class="fn">proxy_options</a>(&mut self, opts: <aclass="struct"href="struct.ProxyOptions.html"title="struct git2::ProxyOptions">ProxyOptions</a><'cb>) -><aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut Self</a></h4></section></summary><divclass="docblock"><p>Set the proxy options to use for the fetch operation.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.prune"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#529-532">source</a><h4class="code-header">pub fn <ahref="#method.prune"class="fn">prune</a>(&mut self, prune: <aclass="enum"href="enum.FetchPrune.html"title="enum git2::FetchPrune">FetchPrune</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut Self</a></h4></section></summary><divclass="docblock"><p>Set whether to perform a prune after the fetch.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.update_fetchhead"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#537-540">source</a><h4class="code-header">pub fn <ahref="#method.update_fetchhead"class="fn">update_fetchhead</a>(&mut self, update: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.bool.html">bool</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut Self</a></h4></section></summary><divclass="docblock"><p>Set whether to write the results to FETCH_HEAD.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.depth"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#548-551">source</a><h4class="code-header">pub fn <ahref="#method.depth"class="fn">depth</a>(&mut self, depth: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.i32.html">i32</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut Self</a></h4></section></summary><divclass="docblock"><p>Set fetch depth, a value less or equal to 0 is interpreted as pull
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.download_tags"class="method"><aclass="src rightside"href="../src/git2/remote.rs.html#557-560">source</a><h4class="code-header">pub fn <ahref="#method.download_tags"class="fn">download_tags</a>(&mut self, opt: <aclass="enum"href="enum.AutotagOption.html"title="enum git2::AutotagOption">AutotagOption</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut Self</a></h4></section></summary><divclass="docblock"><p>Set how to behave regarding tags on the remote, such as auto-downloading
<code><ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryFrom%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#805-807">source</a><ahref="#impl-TryFrom%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_from"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#812">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fn">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#790-792">source</a><ahref="#impl-TryInto%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error-1"class="associatedtype trait-impl"><ahref="#associatedtype.Error-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_into"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/core/convert/mod.rs.html#797">source</a><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fn">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.80.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>