<!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="API documentation for the Rust `Opt` struct in crate `kanidm_ipa_sync`."><metaname="keywords"content="rust, rustlang, rust-lang, Opt"><title>Opt in kanidm_ipa_sync - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceSerif4-Regular-1f7d512b176f0f72.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceSerif4-Bold-124a1ca42af929b6.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-6827029ac823cab7.css"id="mainThemeStyle"><linkrel="stylesheet"id="themeStyle"href="../static.files/light-ebce58d0a40c3431.css"><linkrel="stylesheet"disabledhref="../static.files/dark-f23faae4a2daf9a6.css"><linkrel="stylesheet"disabledhref="../static.files/ayu-8af5e100b21cd173.css"><scriptid="default-settings"></script><scriptsrc="../static.files/storage-d43fa987303ecbbb.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-c55e1eb52e1886b4.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-13285aec31fa243e.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><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">☰</button><aclass="sidebar-logo"href="../kanidm_ipa_sync/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../static.files/rust-logo-151179464ae7ed46.svg"alt="logo"></div></a><h2></h2></nav><navclass="sidebar"><aclass="sidebar-logo"href="../kanidm_ipa_sync/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../static.files/rust-logo-151179464ae7ed46.svg"alt="logo"></div></a><h2class="location"><ahref="#">Opt</a></h2><divclass="sidebar-elems"><section><h3><ahref="#fields">Fields</a></h3><ulclass="block"><li><ahref="#structfield.client_config">client_config</a></li><li><ahref="#structfield.debug">debug</a></li><li><ahref="#structfield.dry_run">dry_run</a></li><li><ahref="#structfield.ipa_sync_config">ipa_sync_config</a></li><li><ahref="#structfield.proto_dump">proto_dump</a></li><li><ahref="#structfield.schedule">schedule</a></li><li><ahref="#structfield.skip_root_check">skip_root_check</a></li></ul><h3><ahref="#trait-implementations">Trait Implementations</a></h3><ulclass="block"><li><ahref="#impl-Args-for-Opt">Args</a></li><li><ahref="#impl-CommandFactory-for-Opt">CommandFactory</a></li><li><ahref="#impl-Debug-for-Opt">Debug</a></li><li><ahref="#impl-FromArgMatches-for-Opt">FromArgMatches</a></li><li><ahref="#impl-Parser-for-Opt">Parser</a></li></ul><h3><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><ulclass="block"><li><ahref="#impl-RefUnwindSafe-for-Opt">RefUnwindSafe</a></li><li><ahref="#impl-Send-for-Opt">Send</a></li><li><ahref="#impl-Sync-for-Opt">Sync</a></li><li><ahref="#impl-Unpin-for-Opt">Unpin</a></li><li><ahref="#impl-UnwindSafe-for-Opt">Un
}</code></pre></div><h2id="fields"class="fields small-section-header">Fields<ahref="#fields"class="anchor">§</a></h2><spanid="structfield.debug"class="structfield small-section-header"><ahref="#structfield.debug"class="anchor field">§</a><code>debug: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Enable debbuging of the sync driver</p>
</div><spanid="structfield.client_config"class="structfield small-section-header"><ahref="#structfield.client_config"class="anchor field">§</a><code>client_config: <aclass="struct"href="https://doc.rust-lang.org/1.67.1/std/path/struct.PathBuf.html"title="struct std::path::PathBuf">PathBuf</a></code></span><divclass="docblock"><p>Path to the client config file.</p>
</div><spanid="structfield.ipa_sync_config"class="structfield small-section-header"><ahref="#structfield.ipa_sync_config"class="anchor field">§</a><code>ipa_sync_config: <aclass="struct"href="https://doc.rust-lang.org/1.67.1/std/path/struct.PathBuf.html"title="struct std::path::PathBuf">PathBuf</a></code></span><divclass="docblock"><p>Path to the ipa-sync config file.</p>
</div><spanid="structfield.proto_dump"class="structfield small-section-header"><ahref="#structfield.proto_dump"class="anchor field">§</a><code>proto_dump: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Dump the ldap protocol inputs, as well as the scim outputs. This can be used
</div><spanid="structfield.dry_run"class="structfield small-section-header"><ahref="#structfield.dry_run"class="anchor field">§</a><code>dry_run: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Read entries from ipa, and check the connection to kanidm, but take no actions against
</div><spanid="structfield.schedule"class="structfield small-section-header"><ahref="#structfield.schedule"class="anchor field">§</a><code>schedule: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Run in scheduled mode, where the sync tool will periodically attempt to sync between
</div><spanid="structfield.skip_root_check"class="structfield small-section-header"><ahref="#structfield.skip_root_check"class="anchor field">§</a><code>skip_root_check: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a></code></span><divclass="docblock"><p>Skip the root user permission check.</p>
</div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor">§</a></h2><divid="trait-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Args-for-Opt"class="impl has-srclink"><aclass="srclink rightside"href="../src/kanidm_ipa_sync/opt.rs.html#7">source</a><ahref="#impl-Args-for-Opt"class="anchor">§</a><h3class="code-header">impl Args for <aclass="struct"href="struct.Opt.html"title="struct kanidm_ipa_sync::Opt">Opt</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.augment_args"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../src/kanidm_ipa_sync/opt.rs.html#7">source</a><ahref="#method.augment_args"class="anchor">§</a><h4class="code-header">fn <aclass="fn">augment_args</a><'b>(__clap_app: Command<'b>) -> Command<'b></h4></section></summary><divclass='docblock'>Append to [<code>Command</code>] so it can instantiate <code>Self</code>. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.augment_args_for_update"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../src/kanidm_ipa_sync/opt.rs.html#7">source</a><ahref="#method.augment_args_for_update"class="anchor">§</a><h4class="code-header">fn <aclass="fn">augment_args_for_update</a><'b>(__clap_app: Command<'b>) -> Command<'b></h4></section></summary><divclass='docblock'>Append to [<code>Command</code>] so it can update <code>self</code>. <a>Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-CommandFactory-for-Opt"class="impl has-srclink"><aclass="srclink rightside"href="../src/kanidm_ipa_sync/opt.rs.html#7">source</a><ahref="#impl-CommandFactory-for-Opt"class="anchor">§</a><h3class="code-header">impl CommandFactory for <aclass="struct"href="struct.Opt.html"title="struct kanidm_ipa_sync::Opt">Opt</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.into_app"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../src/kanidm_ipa_sync/opt.rs.html#7">source</a><ahref="#method.into_app"class="anchor">§</a><h4class="code-header">fn <aclass="fn">into_app</a><'b>() -> Command<'b></h4></section></summary><divclass='docblock'>Deprecated, replaced with <code>CommandFactory::command</code></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.into_app_for_update"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../src/kanidm_ipa_sync/opt.rs.html#7">source</a><ahref="#method.into_app_for_update"class="anchor">§</a><h4class="code-header">fn <aclass="fn">into_app_for_update</a><'b>() -> Command<'b></h4></section></summary><divclass='docblock'>Deprecated, replaced with <code>CommandFactory::command_for_update</code></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.command"class="method trait-impl has-srclink"><ahref="#method.command"class="anchor">§</a><h4class="code-header">fn <aclass="fn">command</a><'help>() -> App<'help></h4></section></summary><divclass='docblock'>Build a [<code>Command</code>] that can instantiate <code>Self</code>. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.command_for_update"class="method trait-impl has-srclink"><ahref="#method.command_for_update"class="anchor">§</a><h4class="code-header">fn <aclass="fn">command_for_update</a><'help>() -> App<'help></h4></section></summary><divclass='docblock'>Build a [<code>Command</code>] that can update <code>self</code>. <a>Read more</a></div></details></div></details><detailsclass="rustdoc-toggleimpleme
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Instrument-for-Opt"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#276">source</a><ahref="#impl-Instrument-for-Opt"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.instrument"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#82">source</a><ahref="#method.instrument"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument"class="fn">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the provided <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.in_current_span"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#121">source</a><ahref="#method.in_current_span"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fn">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html#method.current">current</a><ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"><code>Span</code></a>, returning an
<code><ahref="https://doc.rust-lang.org/1.67.1/core/convert/trait.From.html"title="From">From</a><T> for U</code> chooses to do.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Pointable-for-Opt"class="impl has-srclink"><ahref="#impl-Pointable-for-Opt"class="anchor">§</a><h3class="code-header">impl<T> Pointable for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedconstant.ALIGN"class="associatedconstant trait-impl has-srclink"><ahref="#associatedconstant.ALIGN"class="anchor">§</a><h4class="code-header">const <aclass="constant">ALIGN</a>: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a> = mem::align_of::<T>()</h4></section></summary><divclass='docblock'>The alignment of pointer.</div></details><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Init"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Init"class="anchor">§</a><h4class="code-header">type <aclass="associatedtype">Init</a> = T</h4></section></summary><divclass='docblock'>The type for initializers.</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.init"class="method trait-impl has-srclink"><ahref="#method.init"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">init</a>(init: <T as Pointable>::Init) -><aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a></h4></section></summary><divclass='docblock'>Initializes a with the given initializer. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.deref"class="method trait-impl has-srclink"><ahref="#method.deref"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">deref</a><'a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.reference.html">&'a </a>T</h4></section></summary><divclass='docblock'>Dereferences the given pointer. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.deref_mut"class="method trait-impl has-srclink"><ahref="#method.deref_mut"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">deref_mut</a><'a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.reference.html">&'a mut </a>T</h4></section></summary><divclass='docblock'>Mutably dereferences the given pointer. <a>Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.drop"class="method trait-impl has-srclink"><ahref="#method.drop"class="anchor">§</a><h4class="code-header">unsafe fn <aclass="fn">drop</a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a>)</h4></section></summary><divclass='docblock'>Drops the object pointed to by the given pointer. <a>Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Same%3CT%3E-for-Opt"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/typenum/1.16.0/src/typenum/type_operators.rs.html#34">source</a><ahref="#impl-Same%3CT%3E-for-Opt"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html"title="trait typenum::type_operators::Same">Same</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Output"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor">§</a><h4class="code-header">type <ahref="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html#associatedtype.Output"class="associatedtype">Outpu
<ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="WithDispatch"><code>WithDispatch</code></a> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.with_current_subscriber"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#221">source</a><ahref="#method.with_current_subscriber"class="anchor">§</a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber"class="fn">with_current_subscriber</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self></h4></section></summary><divclass='docblock'>Attaches the current <ahref="https://docs.rs/tracing/0.1.37/tracing/dispatcher/index.html#setting-the-default-subscriber">default</a><ahref="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a