<!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 `verify` mod in crate `openssl`."><metaname="keywords"content="rust, rustlang, rust-lang, verify"><title>openssl::x509::verify - Rust</title><linkrel="stylesheet"type="text/css"href="../../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../../../storage.js"></script><noscript><linkrel="stylesheet"href="../../../noscript.css"></noscript><linkrel="icon"type="image/svg+xml"href="../../../favicon.svg">
<linkrel="alternate icon"type="image/png"href="../../../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><bodyclass="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../../../openssl/index.html'><divclass='logo-container rust-logo'><imgsrc='../../../rust-logo.png'alt='logo'></div></a><pclass="location">Module verify</p><divclass="sidebar-elems"><divclass="block items"><ul><li><ahref="#structs">Structs</a></li></ul></div><pclass="location"><ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a></p><divid="sidebar-vars"data-name="verify"data-ty="mod"data-relpath="../"></div><scriptdefersrc="../sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"><imgsrc="../../../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><scriptsrc="../../../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"class="help-button">?</button>
<aid="settings-menu"href="../../../settings.html"><imgsrc="../../../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class="fqn"><spanclass="in-band">Module <ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><aclass="mod"href="">verify</a></span><spanclass="out-of-band"><spanid="render-detail"><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass="inner">−</span>]</a></span><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#1-159"title="goto source code">[src]</a></span></h1><h2id="structs"class="section-header"><ahref="#structs">Structs</a></h2>
<table><trclass="module-item"><td><aclass="struct"href="struct.X509CheckFlags.html"title="openssl::x509::verify::X509CheckFlags struct">X509CheckFlags</a></td><tdclass="docblock-short"><p>Flags used to check an <code>X509</code> certificate.</p>
</td></tr><trclass="module-item"><td><aclass="struct"href="struct.X509VerifyFlags.html"title="openssl::x509::verify::X509VerifyFlags struct">X509VerifyFlags</a></td><tdclass="docblock-short"><p>Flags used to verify an <code>X509</code> certificate chain.</p>
</td></tr><trclass="module-item"><td><aclass="struct"href="struct.X509VerifyParam.html"title="openssl::x509::verify::X509VerifyParam struct">X509VerifyParam</a></td><tdclass="docblock-short"><p>Adjust parameters associated with certificate verification.</p>
</td></tr><trclass="module-item"><td><aclass="struct"href="struct.X509VerifyParamRef.html"title="openssl::x509::verify::X509VerifyParamRef struct">X509VerifyParamRef</a></td><tdclass="docblock-short"><p>Reference to <code>X509VerifyParam</code>.</p>
initSidebarItems({"struct":[["X509CheckFlags","Flags used to check an `X509` certificate."],["X509VerifyFlags","Flags used to verify an `X509` certificate chain."],["X509VerifyParam","Adjust parameters associated with certificate verification."],["X509VerifyParamRef","Reference to `X509VerifyParam`."]]});
<!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="Flags used to check an `X509` certificate."><metaname="keywords"content="rust, rustlang, rust-lang, X509CheckFlags"><title>openssl::x509::verify::X509CheckFlags - Rust</title><linkrel="stylesheet"type="text/css"href="../../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../../../storage.js"></script><noscript><linkrel="stylesheet"href="../../../noscript.css"></noscript><linkrel="icon"type="image/svg+xml"href="../../../favicon.svg">
<linkrel="alternate icon"type="image/png"href="../../../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../../../openssl/index.html'><divclass='logo-container rust-logo'><imgsrc='../../../rust-logo.png'alt='logo'></div></a><pclass="location">Struct X509CheckFlags</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#implementations">Methods</a><divclass="sidebar-links"><ahref="#method.all">all</a><ahref="#method.bits">bits</a><ahref="#method.contains">contains</a><ahref="#method.empty">empty</a><ahref="#method.from_bits">from_bits</a><ahref="#method.from_bits_truncate">from_bits_truncate</a><ahref="#method.from_bits_unchecked">from_bits_unchecked</a><ahref="#method.insert">insert</a><ahref="#method.intersects">intersects</a><ahref="#method.is_all">is_all</a><ahref="#method.is_empty">is_empty</a><ahref="#method.remove">remove</a><ahref="#method.set">set</a><ahref="#method.toggle">toggle</a></div><aclass="sidebar-title"href="#trait-implementations">Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-Binary">Binary</a><ahref="#impl-BitAnd%3CX509CheckFlags%3E">BitAnd<X509CheckFlags></a><ahref="#impl-BitAndAssign%3CX509CheckFlags%3E">BitAndAssign<X509CheckFlags></a><ahref="#impl-BitOr%3CX509CheckFlags%3E">BitOr<X509CheckFlags></a><ahref="#impl-BitOrAssign%3CX509CheckFlags%3E">BitOrAssign<X509CheckFlags></a><ahref="#impl-BitXor%3CX509CheckFlags%3E">BitXor<X509CheckFlags></a><ahref="#impl-BitXorAssign%3CX509CheckFlags%3E">BitXorAssign<X509CheckFlags></a><ahref="#impl-Clone">Clone</a><ahref="#impl-Copy">Copy</a><ahref="#impl-Debug">Debug</a><ahref="#impl-Eq">Eq</a><ahref="#impl-Extend%3CX509CheckFlags%3E">Extend<X509CheckFlags></a><ahref="#impl-FromIterator%3CX509CheckFlags%3E">FromIterator<X509CheckFlags></a><ahref="#impl-Hash">Hash</a><ahref="#impl-LowerHex">LowerHex</a><ahref="#impl-Not">Not</a><ahref="#impl-Octal">Octal</a><ahref="#impl-Ord">Ord</a><ahref="#impl-PartialEq%3CX509CheckFlags%3E">PartialEq<X509CheckFlags></a><ahref="#impl-PartialOrd%3CX509CheckFlags%3E">PartialOrd<X509CheckFlags></a><ahref="#impl-StructuralEq">StructuralEq</a><ahref="#impl-StructuralPartialEq">StructuralPartialEq</a><ahref="#impl-Sub%3CX509CheckFlags%3E">Sub<X509CheckFlags></a><ahref="#impl-SubAssign%3CX509CheckFlags%3E">SubAssign<X509CheckFlags></a><ahref="#impl-UpperHex">UpperHex</a></div><aclass="sidebar-title"href="#synthetic-implementations">Auto Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">RefUnwindSafe</a><ahref="#impl-Send">Send</a><ahref="#impl-Sync">Sync</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">UnwindSafe</a></div><aclass="sidebar-title"href="#blanket-implementations">Blanket Implementations</a><divclass="sidebar-links"><ahref="#impl-Any">Any</a><ahref="#impl-Borrow%3CT%3E">Borrow<T></a><ahref="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><ahref="#impl-From%3CT%3E">From<T></a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-ToOwned">ToOwned</a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><pclass="location"><ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><ahref="index.html">verify</a></p><divid="sidebar-vars"data-name="X509CheckFlags"data-ty="struct"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"><imgsrc="../../../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><scriptsrc="../../../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"class="help-button">?</button>
<aid="settings-menu"href="../../../settings.html"><imgsrc="../../../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class="fqn"><spanclass="in-band">Struct <ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><ahref="index.html">verify</a>::<wbr><aclass="struct"href="">X509CheckFlags</a></span><spanclass="out-of-band"><spanid="render-detail"><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass="inner">−</span>]</a></span><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></span></h1><divclass="docblock type-decl hidden-by-usual-hider"><preclass="rust struct">pub struct X509CheckFlags { /* fields omitted */ }</pre></div><divclass="docblock"><p>Flags used to check an <code>X509</code> certificate.</p>
</div><h4id="associatedconstant.FLAG_NO_WILDCARDS"class="associatedconstant"><code>pub const <ahref="#associatedconstant.FLAG_NO_WILDCARDS"class="constant"><b>FLAG_NO_WILDCARDS</b></a>: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="item-info"><divclass="stab deprecated"><spanclass="emoji">👎</span> Deprecated since 0.10.6: <p>renamed to NO_WILDCARDS</p>
</div></div><h4id="method.empty"class="method"><code>pub const fn <ahref="#method.empty"class="fnname">empty</a>() -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns an empty set of flags</p>
</div><h4id="method.all"class="method"><code>pub const fn <ahref="#method.all"class="fnname">all</a>() -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the set containing all flags.</p>
</div><h4id="method.bits"class="method"><code>pub const fn <ahref="#method.bits"class="fnname">bits</a>(&self) -><aclass="type"href="../../../libc/unix/type.c_uint.html"title="type libc::unix::c_uint">c_uint</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the raw value of the flags currently stored.</p>
</div><h4id="method.from_bits"class="method"><code>pub fn <ahref="#method.from_bits"class="fnname">from_bits</a>(bits: <aclass="type"href="../../../libc/unix/type.c_uint.html"title="type libc::unix::c_uint">c_uint</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Convert from underlying bit representation, unless that
representation contains bits that do not correspond to a flag.</p>
</div><h4id="method.from_bits_truncate"class="method"><code>pub const fn <ahref="#method.from_bits_truncate"class="fnname">from_bits_truncate</a>(bits: <aclass="type"href="../../../libc/unix/type.c_uint.html"title="type libc::unix::c_uint">c_uint</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Convert from underlying bit representation, dropping any bits
that do not correspond to flags.</p>
</div><h4id="method.from_bits_unchecked"class="method"><code>pub const unsafe fn <ahref="#method.from_bits_unchecked"class="fnname">from_bits_unchecked</a>(bits: <aclass="type"href="../../../libc/unix/type.c_uint.html"title="type libc::unix::c_uint">c_uint</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Convert from underlying bit representation, preserving all
bits (even those not corresponding to a defined flag).</p>
</div><h4id="method.is_empty"class="method"><code>pub const fn <ahref="#method.is_empty"class="fnname">is_empty</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns <code>true</code> if no flags are currently stored.</p>
</div><h4id="method.is_all"class="method"><code>pub const fn <ahref="#method.is_all"class="fnname">is_all</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns <code>true</code> if all flags are currently set.</p>
</div><h4id="method.intersects"class="method"><code>pub const fn <ahref="#method.intersects"class="fnname">intersects</a>(&self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns <code>true</code> if there are flags common to both <code>self</code> and <code>other</code>.</p>
</div><h4id="method.contains"class="method"><code>pub const fn <ahref="#method.contains"class="fnname">contains</a>(&self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns <code>true</code> all of the flags in <code>other</code> are contained within <code>self</code>.</p>
</div><h4id="method.set"class="method"><code>pub fn <ahref="#method.set"class="fnname">set</a>(&mut self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>, value: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Inserts or removes the specified flags depending on the passed value.</p>
</div></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><h3id="impl-Binary"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html"title="trait core::fmt::Binary">Binary</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Binary"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.fmt-2"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3id="impl-BitAnd%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAnd.html"title="trait core::ops::bit::BitAnd">BitAnd</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-BitAnd%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Output-2"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAnd.html#associatedtype.Output"class="type">Output</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code></h4><divclass='docblock'><p>The resulting type after applying the <code>&</code> operator.</p>
</div><h4id="method.bitand"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAnd.html#tymethod.bitand"class="fnname">bitand</a>(self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the intersection between the two sets of flags.</p>
</div></div><h3id="impl-BitAndAssign%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAndAssign.html"title="trait core::ops::bit::BitAndAssign">BitAndAssign</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-BitAndAssign%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.bitand_assign"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitAndAssign.html#tymethod.bitand_assign"class="fnname">bitand_assign</a>(&mut self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Disables all flags disabled in the set.</p>
</div></div><h3id="impl-BitOr%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOr.html"title="trait core::ops::bit::BitOr">BitOr</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-BitOr%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Output-3"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOr.html#associatedtype.Output"class="type">Output</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code></h4><divclass='docblock'><p>The resulting type after applying the <code>|</code> operator.</p>
</div><h4id="method.bitor"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOr.html#tymethod.bitor"class="fnname">bitor</a>(self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the union of the two sets of flags.</p>
</div></div><h3id="impl-BitOrAssign%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOrAssign.html"title="trait core::ops::bit::BitOrAssign">BitOrAssign</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-BitOrAssign%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.bitor_assign"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitOrAssign.html#tymethod.bitor_assign"class="fnname">bitor_assign</a>(&mut self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Adds the set of flags.</p>
</div></div><h3id="impl-BitXor%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXor.html"title="trait core::ops::bit::BitXor">BitXor</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-BitXor%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Output-4"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXor.html#associatedtype.Output"class="type">Output</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code></h4><divclass='docblock'><p>The resulting type after applying the <code>^</code> operator.</p>
</div><h4id="method.bitxor"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXor.html#tymethod.bitxor"class="fnname">bitxor</a>(self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the left flags, but with all the right flags toggled.</p>
</div></div><h3id="impl-BitXorAssign%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXorAssign.html"title="trait core::ops::bit::BitXorAssign">BitXorAssign</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-BitXorAssign%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.bitxor_assign"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.BitXorAssign.html#tymethod.bitxor_assign"class="fnname">bitxor_assign</a>(&mut self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Toggles the set of flags.</p>
</div></div><h3id="impl-Clone"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Clone"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.clone"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone"class="fnname">clone</a>(&self) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4id="method.clone_from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from"class="fnname">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#128"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3id="impl-Copy"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Copy"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Debug"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Debug"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.fmt"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3id="impl-Eq"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html"title="trait core::cmp::Eq">Eq</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Eq"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Extend%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.Extend.html"title="trait core::iter::traits::collect::Extend">Extend</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Extend%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.extend"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.Extend.html#tymethod.extend"class="fnname">extend</a><T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>>>(&mut self, iterator: T)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Extends a collection with the contents of an iterator. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.Extend.html#tymethod.extend">Read more</a></p>
</div><h4id="method.extend_one"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.Extend.html#method.extend_one"class="fnname">extend_one</a>(&mut self, item: A)</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/iter/traits/collect.rs.html#340"title="goto source code">[src]</a></h4><divclass="item-info hidden"><divclass="stab unstable"><spanclass="emoji">🔬</span> This is a nightly-only experimental API. (<code>extend_one</code>)</div></div><divclass='docblock hidden'><p>Extends a collection with exactly one element.</p>
</div><h4id="method.extend_reserve"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.Extend.html#method.extend_reserve"class="fnname">extend_reserve</a>(&mut self, additional: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/iter/traits/collect.rs.html#348"title="goto source code">[src]</a></h4><divclass="item-info hidden"><divclass="stab unstable"><spanclass="emoji">🔬</span> This is a nightly-only experimental API. (<code>extend_one</code>)</div></div><divclass='docblock hidden'><p>Reserves capacity in a collection for the given number of additional elements. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.Extend.html#method.extend_reserve">Read more</a></p>
</div></div><h3id="impl-FromIterator%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.FromIterator.html"title="trait core::iter::traits::collect::FromIterator">FromIterator</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-FromIterator%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.from_iter"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.FromIterator.html#tymethod.from_iter"class="fnname">from_iter</a><T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>>>(<br> iterator: T<br>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Creates a value from an iterator. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.FromIterator.html#tymethod.from_iter">Read more</a></p>
</div></div><h3id="impl-Hash"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html"title="trait core::hash::Hash">Hash</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Hash"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.hash"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash"class="fnname">hash</a><__H: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>>(&self, state: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>__H)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Feeds this value into the given <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="Hasher"><code>Hasher</code></a>. <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
</div><h4id="method.hash_slice"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice"class="fnname">hash_slice</a><H>(data: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>, state: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>H) <spanclass="where fmt-newline">where<br> H: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>, </span></code><spanclass="since"title="Stable since Rust version 1.3.0">1.3.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#184-186"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Feeds a slice of this type into the given <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="Hasher"><code>Hasher</code></a>. <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
</div></div><h3id="impl-LowerHex"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html"title="trait core::fmt::LowerHex">LowerHex</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-LowerHex"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.fmt-3"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3id="impl-Not"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Not.html"title="trait core::ops::bit::Not">Not</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Not"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Output-1"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Not.html#associatedtype.Output"class="type">Output</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code></h4><divclass='docblock'><p>The resulting type after applying the <code>!</code> operator.</p>
</div><h4id="method.not"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Not.html#tymethod.not"class="fnname">not</a>(self) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the complement of this set of flags.</p>
</div></div><h3id="impl-Octal"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html"title="trait core::fmt::Octal">Octal</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Octal"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.fmt-1"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3id="impl-Ord"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html"title="trait core::cmp::Ord">Ord</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Ord"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.cmp"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp"class="fnname">cmp</a>(&self, other: &<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method returns an <ahref="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html"title="Ordering"><code>Ordering</code></a> between <code>self</code> and <code>other</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
</div><h4id="method.max"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max"class="fnname">max</a>(self, other: Self) -> Self</code><spanclass="since"title="Stable since Rust version 1.21.0">1.21.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#723-725"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Compares and returns the maximum of two values. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read more</a></p>
</div><h4id="method.min"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min"class="fnname">min</a>(self, other: Self) -> Self</code><spanclass="since"title="Stable since Rust version 1.21.0">1.21.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#743-745"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Compares and returns the minimum of two values. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min">Read more</a></p>
</div><h4id="method.clamp"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp"class="fnname">clamp</a>(self, min: Self, max: Self) -> Self</code><spanclass="since"title="Stable since Rust version 1.50.0">1.50.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#768-770"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Restrict a value to a certain interval. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp">Read more</a></p>
</div></div><h3id="impl-PartialEq%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-PartialEq%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.eq"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq"class="fnname">eq</a>(&self, other: &<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div></div><h3id="impl-PartialOrd%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-PartialOrd%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.partial_cmp"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp"class="fnname">partial_cmp</a>(&self, other: &<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a>></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
</div><h4id="method.lt"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt"class="fnname">lt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#963"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
</div><h4id="method.le"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le"class="fnname">le</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#982"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code>
</div><h4id="method.gt"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt"class="fnname">gt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1000"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
</div><h4id="method.ge"class="method hidden"><code><spanclass="docblock attributes">#[must_use]</span>pub fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge"class="fnname">ge</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1019"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code>
</div></div><h3id="impl-StructuralEq"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralEq.html"title="trait core::marker::StructuralEq">StructuralEq</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-StructuralEq"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-StructuralPartialEq"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html"title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-StructuralPartialEq"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Sub%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Sub%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Output"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output"class="type">Output</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code></h4><divclass='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4id="method.sub"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub"class="fnname">sub</a>(self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Returns the set difference of the two sets of flags.</p>
</div></div><h3id="impl-SubAssign%3CX509CheckFlags%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html"title="trait core::ops::arith::SubAssign">SubAssign</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-SubAssign%3CX509CheckFlags%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.sub_assign"class="method"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html#tymethod.sub_assign"class="fnname">sub_assign</a>(&mut self, other: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass="docblock"><p>Disables all flags enabled in the set.</p>
</div></div><h3id="impl-UpperHex"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html"title="trait core::fmt::UpperHex">UpperHex</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-UpperHex"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.fmt-4"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#9-24"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><h3id="impl-RefUnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html"title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-RefUnwindSafe"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-Send"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Send"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-Sync"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Sync"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-Unpin"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-Unpin"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-UnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html"title="trait std::panic::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a></code><ahref="#impl-UnwindSafe"class="anchor"></a></h3><divclass="impl-items"></div></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor"></a></h2><divid="blanket-implementations-list"><h3id="impl-Any"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Any"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#131-135"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.type_id"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id"class="fnname">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#132"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3id="impl-Borrow%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Borrow%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#207-211"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#208"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id="impl-BorrowMut%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-BorrowMut%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-218"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow_mut"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fnname">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#215"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3id="impl-From%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</code><ahref="#impl-From%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545-549"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from"class="fnname">from</a>(t: T) -> T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#546"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-Into%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref="#impl-Into%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#534-541"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#538"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-ToOwned"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></code><ahref="#impl-ToOwned"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-93"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Owned"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="type">Owned</a> = T</code></h4><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4id="method.to_owned"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#86"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4id="method.clone_into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#90"title="goto source code">[src]</a></h4><divclass="item-info hidden"><divclass="stab unstable"><details><summary><spanclass="emoji">🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><divclass='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3id="impl-TryFrom%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#582-591"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-TryInto%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#568-577"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error-1"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#574"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
<linkrel="alternate icon"type="image/png"href="../../../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../../../openssl/index.html'><divclass='logo-container rust-logo'><imgsrc='../../../rust-logo.png'alt='logo'></div></a><pclass="location">Struct X509VerifyParam</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#deref-methods-X509VerifyParamRef">Methods from Deref<Target=X509VerifyParamRef></a><divclass="sidebar-links"><ahref="#method.clear_flags">clear_flags</a><ahref="#method.flags">flags</a><ahref="#method.set_flags">set_flags</a><ahref="#method.set_host">set_host</a><ahref="#method.set_hostflags">set_hostflags</a><ahref="#method.set_ip">set_ip</a></div><aclass="sidebar-title"href="#trait-implementations">Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-AsRef%3CX509VerifyParamRef%3E">AsRef<X509VerifyParamRef></a><ahref="#impl-Borrow%3CX509VerifyParamRef%3E">Borrow<X509VerifyParamRef></a><ahref="#impl-Deref">Deref</a><ahref="#impl-DerefMut">DerefMut</a><ahref="#impl-Drop">Drop</a><ahref="#impl-ForeignType">ForeignType</a><ahref="#impl-Send">Send</a><ahref="#impl-Sync">Sync</a></div><aclass="sidebar-title"href="#synthetic-implementations">Auto Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">RefUnwindSafe</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">UnwindSafe</a></div><aclass="sidebar-title"href="#blanket-implementations">Blanket Implementations</a><divclass="sidebar-links"><ahref="#impl-Any">Any</a><ahref="#impl-Borrow%3CT%3E">Borrow<T></a><ahref="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><ahref="#impl-From%3CT%3E">From<T></a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><pclass="location"><ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><ahref="index.html">verify</a></p><divid="sidebar-vars"data-name="X509VerifyParam"data-ty="struct"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"><imgsrc="../../../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><scriptsrc="../../../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"class="help-button">?</button>
<aid="settings-menu"href="../../../settings.html"><imgsrc="../../../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class="fqn"><spanclass="in-band">Struct <ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><ahref="index.html">verify</a>::<wbr><aclass="struct"href="">X509VerifyParam</a></span><spanclass="out-of-band"><spanid="render-detail"><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass="inner">−</span>]</a></span><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></span></h1><divclass="docblock type-decl hidden-by-usual-hider"><preclass="rust struct">pub struct X509VerifyParam(_);</pre></div><divclass="docblock"><p>Adjust parameters associated with certificate verification.</p>
</div><h2id="deref-methods-X509VerifyParamRef"class="small-section-header">Methods from <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html"title="trait core::ops::deref::Deref">Deref</a><Target = <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a>><ahref="#deref-methods-X509VerifyParamRef"class="anchor"></a></h2><divclass="impl-items"><h4id="method.set_hostflags"class="method"><code>pub fn <ahref="#method.set_hostflags"class="fnname">set_hostflags</a>(&mut self, hostflags: <aclass="struct"href="../../../openssl/x509/verify/struct.X509CheckFlags.html"title="struct openssl::x509::verify::X509CheckFlags">X509CheckFlags</a>)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#77-81"title="goto source code">[src]</a></h4><divclass="docblock"><p>Set the host flags.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.1.0/crypto/X509_VERIFY_PARAM_set_hostflags.html"><code>X509_VERIFY_PARAM_set_hostflags</code></a>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_set_flags.html"><code>X509_VERIFY_PARAM_set_flags</code></a>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_clear_flags.html"><code>X509_VERIFY_PARAM_clear_flags</code></a>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_get_flags.html"><code>X509_VERIFY_PARAM_get_flags</code></a>.</p>
</div><h4id="method.set_host"class="method"><code>pub fn <ahref="#method.set_host"class="fnname">set_host</a>(&mut self, host: &<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <aclass="struct"href="../../../openssl/error/struct.ErrorStack.html"title="struct openssl::error::ErrorStack">ErrorStack</a>></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#122-131"title="goto source code">[src]</a></h4><divclass="docblock"><p>Set the expected DNS hostname.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.1.0/crypto/X509_VERIFY_PARAM_set1_host.html"><code>X509_VERIFY_PARAM_set1_host</code></a>.</p>
</div><h4id="method.set_ip"class="method"><code>pub fn <ahref="#method.set_ip"class="fnname">set_ip</a>(&mut self, ip: <aclass="enum"href="https://doc.rust-lang.org/nightly/std/net/ip/enum.IpAddr.html"title="enum std::net::ip::IpAddr">IpAddr</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <aclass="struct"href="../../../openssl/error/struct.ErrorStack.html"title="struct openssl::error::ErrorStack">ErrorStack</a>></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#138-158"title="goto source code">[src]</a></h4><divclass="docblock"><p>Set the expected IPv4 or IPv6 address.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.1.0/crypto/X509_VERIFY_PARAM_set1_ip.html"><code>X509_VERIFY_PARAM_set1_ip</code></a>.</p>
</div></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><h3id="impl-AsRef%3CX509VerifyParamRef%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-AsRef%3CX509VerifyParamRef%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.as_ref"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref"class="fnname">as_ref</a>(&self) ->&<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-Borrow%3CX509VerifyParamRef%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Borrow%3CX509VerifyParamRef%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) ->&<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id="impl-Deref"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html"title="trait core::ops::deref::Deref">Deref</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Deref"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Target"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target"class="type">Target</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code></h4><divclass='docblock'><p>The resulting type after dereferencing.</p>
</div><h4id="method.deref"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref"class="fnname">deref</a>(&self) ->&<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Dereferences the value.</p>
</div></div><h3id="impl-DerefMut"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.DerefMut.html"title="trait core::ops::deref::DerefMut">DerefMut</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-DerefMut"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.deref_mut"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/deref/trait.DerefMut.html#tymethod.deref_mut"class="fnname">deref_mut</a>(&mut self) ->&mut <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Mutably dereferences the value.</p>
</div></div><h3id="impl-Drop"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/drop/trait.Drop.html"title="trait core::ops::drop::Drop">Drop</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Drop"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.drop"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/ops/drop/trait.Drop.html#tymethod.drop"class="fnname">drop</a>(&mut self)</code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Executes the destructor for this type. <ahref="https://doc.rust-lang.org/nightly/core/ops/drop/trait.Drop.html#tymethod.drop">Read more</a></p>
</div></div><h3id="impl-ForeignType"class="impl"><codeclass="in-band">impl <aclass="trait"href="../../../foreign_types_shared/trait.ForeignType.html"title="trait foreign_types_shared::ForeignType">ForeignType</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-ForeignType"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.CType"class="type"><code>type <ahref="../../../foreign_types_shared/trait.ForeignType.html#associatedtype.CType"class="type">CType</a> = <aclass="enum"href="../../../openssl_sys/ossl_typ/enum.X509_VERIFY_PARAM.html"title="enum openssl_sys::ossl_typ::X509_VERIFY_PARAM">X509_VERIFY_PARAM</a></code></h4><divclass='docblock'><p>The raw C type.</p>
</div><h4id="associatedtype.Ref"class="type"><code>type <ahref="../../../foreign_types_shared/trait.ForeignType.html#associatedtype.Ref"class="type">Ref</a> = <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code></h4><divclass='docblock'><p>The type representing a reference to this type.</p>
</div><h4id="method.from_ptr"class="method hidden"><code>unsafe fn <ahref="../../../foreign_types_shared/trait.ForeignType.html#tymethod.from_ptr"class="fnname">from_ptr</a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><aclass="enum"href="../../../openssl_sys/ossl_typ/enum.X509_VERIFY_PARAM.html"title="enum openssl_sys::ossl_typ::X509_VERIFY_PARAM">X509_VERIFY_PARAM</a>) -><aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Constructs an instance of this type from its raw type.</p>
</div><h4id="method.as_ptr"class="method hidden"><code>fn <ahref="../../../foreign_types_shared/trait.ForeignType.html#tymethod.as_ptr"class="fnname">as_ptr</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><aclass="enum"href="../../../openssl_sys/ossl_typ/enum.X509_VERIFY_PARAM.html"title="enum openssl_sys::ossl_typ::X509_VERIFY_PARAM">X509_VERIFY_PARAM</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Returns a raw pointer to the wrapped value.</p>
</div></div><h3id="impl-Send"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Send"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Sync"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Sync"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"></div></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><h3id="impl-RefUnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html"title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-RefUnwindSafe"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-Unpin"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Unpin"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-UnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html"title="trait std::panic::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-UnwindSafe"class="anchor"></a></h3><divclass="impl-items"></div></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor"></a></h2><divid="blanket-implementations-list"><h3id="impl-Any"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Any"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#131-135"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.type_id"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id"class="fnname">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#132"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3id="impl-Borrow%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Borrow%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#207-211"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow-1"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#208"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id="impl-BorrowMut%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-BorrowMut%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-218"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow_mut"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fnname">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#215"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3id="impl-From%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</code><ahref="#impl-From%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545-549"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from"class="fnname">from</a>(t: T) -> T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#546"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-Into%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref="#impl-Into%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#534-541"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#538"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-TryFrom%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#582-591"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-TryInto%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#568-577"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error-1"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#574"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
<linkrel="alternate icon"type="image/png"href="../../../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../../../openssl/index.html'><divclass='logo-container rust-logo'><imgsrc='../../../rust-logo.png'alt='logo'></div></a><pclass="location">Struct X509VerifyParamRef</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#implementations">Methods</a><divclass="sidebar-links"><ahref="#method.clear_flags">clear_flags</a><ahref="#method.flags">flags</a><ahref="#method.set_flags">set_flags</a><ahref="#method.set_host">set_host</a><ahref="#method.set_hostflags">set_hostflags</a><ahref="#method.set_ip">set_ip</a></div><aclass="sidebar-title"href="#trait-implementations">Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-AsRef%3CX509VerifyParamRef%3E">AsRef<X509VerifyParamRef></a><ahref="#impl-Borrow%3CX509VerifyParamRef%3E">Borrow<X509VerifyParamRef></a><ahref="#impl-ForeignTypeRef">ForeignTypeRef</a><ahref="#impl-Send">Send</a><ahref="#impl-Sync">Sync</a></div><aclass="sidebar-title"href="#synthetic-implementations">Auto Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">!RefUnwindSafe</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">UnwindSafe</a></div><aclass="sidebar-title"href="#blanket-implementations">Blanket Implementations</a><divclass="sidebar-links"><ahref="#impl-Any">Any</a><ahref="#impl-Borrow%3CT%3E">Borrow<T></a><ahref="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><ahref="#impl-From%3CT%3E">From<T></a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><pclass="location"><ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><ahref="index.html">verify</a></p><divid="sidebar-vars"data-name="X509VerifyParamRef"data-ty="struct"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"><imgsrc="../../../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"role="menu"></div></div><scriptsrc="../../../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"class="help-button">?</button>
<aid="settings-menu"href="../../../settings.html"><imgsrc="../../../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class="fqn"><spanclass="in-band">Struct <ahref="../../index.html">openssl</a>::<wbr><ahref="../index.html">x509</a>::<wbr><ahref="index.html">verify</a>::<wbr><aclass="struct"href="">X509VerifyParamRef</a></span><spanclass="out-of-band"><spanid="render-detail"><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass="inner">−</span>]</a></span><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></span></h1><divclass="docblock type-decl hidden-by-usual-hider"><preclass="rust struct">pub struct X509VerifyParamRef(_);</pre></div><divclass="docblock"><p>Reference to <code>X509VerifyParam</code>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.1.0/crypto/X509_VERIFY_PARAM_set_hostflags.html"><code>X509_VERIFY_PARAM_set_hostflags</code></a>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_set_flags.html"><code>X509_VERIFY_PARAM_set_flags</code></a>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_clear_flags.html"><code>X509_VERIFY_PARAM_clear_flags</code></a>.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_get_flags.html"><code>X509_VERIFY_PARAM_get_flags</code></a>.</p>
</div><h4id="method.set_host"class="method"><code>pub fn <ahref="#method.set_host"class="fnname">set_host</a>(&mut self, host: &<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <aclass="struct"href="../../../openssl/error/struct.ErrorStack.html"title="struct openssl::error::ErrorStack">ErrorStack</a>></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#122-131"title="goto source code">[src]</a></h4><divclass="docblock"><p>Set the expected DNS hostname.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.1.0/crypto/X509_VERIFY_PARAM_set1_host.html"><code>X509_VERIFY_PARAM_set1_host</code></a>.</p>
</div><h4id="method.set_ip"class="method"><code>pub fn <ahref="#method.set_ip"class="fnname">set_ip</a>(&mut self, ip: <aclass="enum"href="https://doc.rust-lang.org/nightly/std/net/ip/enum.IpAddr.html"title="enum std::net::ip::IpAddr">IpAddr</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <aclass="struct"href="../../../openssl/error/struct.ErrorStack.html"title="struct openssl::error::ErrorStack">ErrorStack</a>></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#138-158"title="goto source code">[src]</a></h4><divclass="docblock"><p>Set the expected IPv4 or IPv6 address.</p>
<p>This corresponds to <ahref="https://www.openssl.org/docs/man1.1.0/crypto/X509_VERIFY_PARAM_set1_ip.html"><code>X509_VERIFY_PARAM_set1_ip</code></a>.</p>
</div></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><h3id="impl-AsRef%3CX509VerifyParamRef%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-AsRef%3CX509VerifyParamRef%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.as_ref"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref"class="fnname">as_ref</a>(&self) ->&<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-Borrow%3CX509VerifyParamRef%3E"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a>> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParam.html"title="struct openssl::x509::verify::X509VerifyParam">X509VerifyParam</a></code><ahref="#impl-Borrow%3CX509VerifyParamRef%3E"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow"class="method hidden"><code>fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) ->&<aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id="impl-ForeignTypeRef"class="impl"><codeclass="in-band">impl <aclass="trait"href="../../../foreign_types_shared/trait.ForeignTypeRef.html"title="trait foreign_types_shared::ForeignTypeRef">ForeignTypeRef</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><ahref="#impl-ForeignTypeRef"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.CType"class="type"><code>type <ahref="../../../foreign_types_shared/trait.ForeignTypeRef.html#associatedtype.CType"class="type">CType</a> = <aclass="enum"href="../../../openssl_sys/ossl_typ/enum.X509_VERIFY_PARAM.html"title="enum openssl_sys::ossl_typ::X509_VERIFY_PARAM">X509_VERIFY_PARAM</a></code></h4><divclass='docblock'><p>The raw C type.</p>
</div><h4id="method.from_ptr"class="method hidden"><code>pub unsafe fn <ahref="../../../foreign_types_shared/trait.ForeignTypeRef.html#method.from_ptr"class="fnname">from_ptr</a><'a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a>Self::<aclass="type"href="../../../foreign_types_shared/trait.ForeignTypeRef.html#associatedtype.CType"title="type foreign_types_shared::ForeignTypeRef::CType">CType</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a </a>Self</code><aclass="srclink"href="../../../src/foreign_types_shared/lib.rs.html#36"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Constructs a shared instance of this type from its raw type.</p>
</div><h4id="method.from_ptr_mut"class="method hidden"><code>pub unsafe fn <ahref="../../../foreign_types_shared/trait.ForeignTypeRef.html#method.from_ptr_mut"class="fnname">from_ptr_mut</a><'a>(ptr: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a>Self::<aclass="type"href="../../../foreign_types_shared/trait.ForeignTypeRef.html#associatedtype.CType"title="type foreign_types_shared::ForeignTypeRef::CType">CType</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'a mut </a>Self</code><aclass="srclink"href="../../../src/foreign_types_shared/lib.rs.html#42"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Constructs a mutable reference of this type from its raw type.</p>
</div><h4id="method.as_ptr"class="method hidden"><code>pub fn <ahref="../../../foreign_types_shared/trait.ForeignTypeRef.html#method.as_ptr"class="fnname">as_ptr</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a>Self::<aclass="type"href="../../../foreign_types_shared/trait.ForeignTypeRef.html#associatedtype.CType"title="type foreign_types_shared::ForeignTypeRef::CType">CType</a></code><aclass="srclink"href="../../../src/foreign_types_shared/lib.rs.html#48"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Returns a raw pointer to the wrapped value.</p>
</div></div><h3id="impl-Send"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><ahref="#impl-Send"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"></div><h3id="impl-Sync"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><ahref="#impl-Sync"class="anchor"></a><aclass="srclink"href="../../../src/openssl/x509/verify.rs.html#61-69"title="goto source code">[src]</a></h3><divclass="impl-items"></div></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><h3id="impl-RefUnwindSafe"class="impl"><codeclass="in-band">impl !<aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html"title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><ahref="#impl-RefUnwindSafe"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-Unpin"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><ahref="#impl-Unpin"class="anchor"></a></h3><divclass="impl-items"></div><h3id="impl-UnwindSafe"class="impl"><codeclass="in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html"title="trait std::panic::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="../../../openssl/x509/verify/struct.X509VerifyParamRef.html"title="struct openssl::x509::verify::X509VerifyParamRef">X509VerifyParamRef</a></code><ahref="#impl-UnwindSafe"class="anchor"></a></h3><divclass="impl-items"></div></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor"></a></h2><divid="blanket-implementations-list"><h3id="impl-Any"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Any"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#131-135"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.type_id"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id"class="fnname">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#132"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3id="impl-Borrow%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-Borrow%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#207-211"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow-1"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#208"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id="impl-BorrowMut%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref="#impl-BorrowMut%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-218"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.borrow_mut"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fnname">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#215"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3id="impl-From%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</code><ahref="#impl-From%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545-549"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from"class="fnname">from</a>(t: T) -> T</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#546"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-Into%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref="#impl-Into%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#534-541"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="method.into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#538"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-TryFrom%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#582-591"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_from"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id="impl-TryInto%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#568-577"title="goto source code">[src]</a></h3><divclass="impl-items"><h4id="associatedtype.Error-1"class="type"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_into"class="method hidden"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#574"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.