mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
77 lines
117 KiB
HTML
77 lines
117 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A partial value is a key or key subset that can be used to match for equality or substring against a complete Value within a set in an Entry."><title>PartialValue in kanidmd_lib::value - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-c4dbdcde0fbd8430.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-db279b6232be9c13.css"><link rel="stylesheet" disabled href="../../static.files/dark-cf923f49f397b216.css"><link rel="stylesheet" disabled href="../../static.files/ayu-be46fdc453a55015.css"><script src="../../static.files/storage-3891ce972e3a2bf8.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-98a684e84ae5b08b.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc enum"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button><a class="logo-container" href="../../kanidmd_lib/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../kanidmd_lib/index.html"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">PartialValue</a></h2><div class="sidebar-elems"><section><h3><a href="#variants">Variants</a></h3><ul class="block"><li><a href="#variant.Address">Address</a></li><li><a href="#variant.Bool">Bool</a></li><li><a href="#variant.Cid">Cid</a></li><li><a href="#variant.Cred">Cred</a></li><li><a href="#variant.DateTime">DateTime</a></li><li><a href="#variant.DeviceKey">DeviceKey</a></li><li><a href="#variant.EmailAddress">EmailAddress</a></li><li><a href="#variant.Iname">Iname</a></li><li><a href="#variant.Index">Index</a></li><li><a href="#variant.IntentToken">IntentToken</a></li><li><a href="#variant.Iutf8">Iutf8</a></li><li><a href="#variant.JsonFilt">JsonFilt</a></li><li><a href="#variant.Nsuniqueid">Nsuniqueid</a></li><li><a href="#variant.OauthScope">OauthScope</a></li><li><a href="#variant.Passkey">Passkey</a></li><li><a href="#variant.PhoneNumber">PhoneNumber</a></li><li><a href="#variant.PrivateBinary">PrivateBinary</a></li><li><a href="#variant.PublicBinary">PublicBinary</a></li><li><a href="#variant.Refer">Refer</a></li><li><a href="#variant.RestrictedString">RestrictedString</a></li><li><a href="#variant.SecretValue">SecretValue</a></li><li><a href="#variant.Spn">Spn</a></li><li><a href="#variant.SshKey">SshKey</a></li><li><a href="#variant.Syntax">Syntax</a></li><li><a href="#variant.UiHint">UiHint</a></li><li><a href="#variant.Uint32">Uint32</a></li><li><a href="#variant.Url">Url</a></li><li><a href="#variant.Utf8">Utf8</a></li><li><a href="#variant.Uuid">Uuid</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.get_idx_eq_key">get_idx_eq_key</a></li><li><a href="#method.get_idx_sub_key">get_idx_sub_key</a></li><li><a href="#method.is_bool">is_bool</a></li><li><a href="#method.is_cid">is_cid</a></li><li><a href="#method.is_credential">is_credential</a></li><li><a href="#method.is_datetime">is_datetime</a></li><li><a href="#method.is_email_address">is_email_address</a></li><li><a href="#method.is_iname">is_iname</a></li><li><a href="#method.is_index">is_index</a></li><li><a href="#method.is_iutf8">is_iutf8</a></li><li><a href="#method.is_json_filter">is_json_filter</a></li><li><a href="#method.is_nsuniqueid">is_nsuniqueid</a></li><li><a href="#method.is_oauthscope">is_oauthscope</a></li><li><a href="#method.is_privatebinary">is_privatebinary</a></li><li><a href="#method.is_refer">is_refer</a></li><li><a href="#method.is_secret_string">is_secret_string</a></li><li><a href="#method.is_spn">is_spn</a></li><li><a href="#method.is_sshkey">is_sshkey</a></li><li><a href="#method.is_syntax">is_syntax</a></li><li><a href="#method.is_uint32">is_uint32</a></li><li><a href="#method.is_url">is_url</a></li><li><a href="#method.is_utf8">is_utf8</a></li><li><a href="#method.is_uuid">is_uuid</a></li><li><a href="#method.new_address">new_address</a></li><li><a href="#method.new_bool">new_bool</a></li><li><a href="#method.new_bools">new_bools</a></li><li><a href="#method.new_cid">new_cid</a></li><li><a href="#method.new_cid_s">new_cid_s</a></li><li><a href="#method.new_class">new_class</a></li><li><a href="#method.new_credential_tag">new_credential_tag</a></li><li><a href="#method.new_datetime_epoch">new_datetime_epoch</a></li><li><a href="#method.new_datetime_s">new_datetime_s</a></li><li><a href="#method.new_devicekey_s">new_devicekey_s</a></li><li><a href="#method.new_email_address_s">new_email_address_s</a></li><li><a href="#method.new_iname">new_iname</a></li><li><a href="#method.new_indexes">new_indexes</a></li><li><a href="#method.new_intenttoken_s">new_intenttoken_s</a></li><li><a href="#method.new_iutf8">new_iutf8</a></li><li><a href="#method.new_json_filter_s">new_json_filter_s</a></li><li><a href="#method.new_nsuniqueid_s">new_nsuniqueid_s</a></li><li><a href="#method.new_oauthscope">new_oauthscope</a></li><li><a href="#method.new_passkey_s">new_passkey_s</a></li><li><a href="#method.new_phonenumber_s">new_phonenumber_s</a></li><li><a href="#method.new_publicbinary_tag_s">new_publicbinary_tag_s</a></li><li><a href="#method.new_refer_s">new_refer_s</a></li><li><a href="#method.new_restrictedstring_s">new_restrictedstring_s</a></li><li><a href="#method.new_secret_str">new_secret_str</a></li><li><a href="#method.new_spn_nrs">new_spn_nrs</a></li><li><a href="#method.new_spn_s">new_spn_s</a></li><li><a href="#method.new_sshkey_tag">new_sshkey_tag</a></li><li><a href="#method.new_sshkey_tag_s">new_sshkey_tag_s</a></li><li><a href="#method.new_syntaxs">new_syntaxs</a></li><li><a href="#method.new_uint32">new_uint32</a></li><li><a href="#method.new_uint32_str">new_uint32_str</a></li><li><a href="#method.new_url_s">new_url_s</a></li><li><a href="#method.new_utf8">new_utf8</a></li><li><a href="#method.new_utf8s">new_utf8s</a></li><li><a href="#method.new_uuid_s">new_uuid_s</a></li><li><a href="#method.to_str">to_str</a></li><li><a href="#method.to_url">to_url</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Clone-for-PartialValue">Clone</a></li><li><a href="#impl-Debug-for-PartialValue">Debug</a></li><li><a href="#impl-Deserialize%3C'de%3E-for-PartialValue">Deserialize<'de></a></li><li><a href="#impl-Eq-for-PartialValue">Eq</a></li><li><a href="#impl-From%3C%26bool%3E-for-PartialValue">From<&bool></a></li><li><a href="#impl-From%3CFilter%3E-for-PartialValue">From<Filter></a></li><li><a href="#impl-From%3CIndexType%3E-for-PartialValue">From<IndexType></a></li><li><a href="#impl-From%3COffsetDateTime%3E-for-PartialValue">From<OffsetDateTime></a></li><li><a href="#impl-From%3CSyntaxType%3E-for-PartialValue">From<SyntaxType></a></li><li><a href="#impl-From%3CUrl%3E-for-PartialValue">From<Url></a></li><li><a href="#impl-From%3Cbool%3E-for-PartialValue">From<bool></a></li><li><a href="#impl-From%3Cu32%3E-for-PartialValue">From<u32></a></li><li><a href="#impl-Hash-for-PartialValue">Hash</a></li><li><a href="#impl-Ord-for-PartialValue">Ord</a></li><li><a href="#impl-PartialEq%3CPartialValue%3E-for-PartialValue">PartialEq<PartialValue></a></li><li><a href="#impl-PartialOrd%3CPartialValue%3E-for-PartialValue">PartialOrd<PartialValue></a></li><li><a href="#impl-Serialize-for-PartialValue">Serialize</a></li><li><a href="#impl-StructuralEq-for-PartialValue">StructuralEq</a></li><li><a href="#impl-StructuralPartialEq-for-PartialValue">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-PartialValue">RefUnwindSafe</a></li><li><a href="#impl-Send-for-PartialValue">Send</a></li><li><a href="#impl-Sync-for-PartialValue">Sync</a></li><li><a href="#impl-Unpin-for-PartialValue">Unpin</a></li><li><a href="#impl-UnwindSafe-for-PartialValue">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-PartialValue">Any</a></li><li><a href="#impl-AsTaggedExplicit%3C'a%3E-for-PartialValue">AsTaggedExplicit<'a></a></li><li><a href="#impl-AsTaggedImplicit%3C'a%3E-for-PartialValue">AsTaggedImplicit<'a></a></li><li><a href="#impl-Borrow%3CT%3E-for-PartialValue">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-PartialValue">BorrowMut<T></a></li><li><a href="#impl-CallHasher-for-PartialValue">CallHasher</a></li><li><a href="#impl-DeserializeOwned-for-PartialValue">DeserializeOwned</a></li><li><a href="#impl-DynClone-for-PartialValue">DynClone</a></li><li><a href="#impl-From%3CT%3E-for-PartialValue">From<T></a></li><li><a href="#impl-Instrument-for-PartialValue">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-PartialValue">Into<U></a></li><li><a href="#impl-Pointable-for-PartialValue">Pointable</a></li><li><a href="#impl-Same%3CT%3E-for-PartialValue">Same<T></a></li><li><a href="#impl-Serialize-for-PartialValue-1">Serialize</a></li><li><a href="#impl-ToOwned-for-PartialValue">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-PartialValue">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-PartialValue">TryInto<U></a></li><li><a href="#impl-VZip%3CV%3E-for-PartialValue">VZip<V></a></li><li><a href="#impl-WithSubscriber-for-PartialValue">WithSubscriber</a></li></ul></section><h2><a href="index.html">In kanidmd_lib::value</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Enum <a href="../index.html">kanidmd_lib</a>::<wbr><a href="index.html">value</a>::<wbr><a class="enum" href="#">PartialValue</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/kanidmd_lib/value.rs.html#341-379">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub enum PartialValue {
|
||
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 29 variants</span></summary> Utf8(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Iutf8(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Iname(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Uuid(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>),
|
||
Bool(<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>),
|
||
Syntax(<a class="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>),
|
||
Index(<a class="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>),
|
||
Refer(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>),
|
||
JsonFilt(<a class="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">ProtoFilter</a>),
|
||
Cred(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
SshKey(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
SecretValue,
|
||
Spn(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Uint32(<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>),
|
||
Cid(Cid),
|
||
Nsuniqueid(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
DateTime(OffsetDateTime),
|
||
EmailAddress(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
PhoneNumber(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Address(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Url(<a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>),
|
||
OauthScope(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
PrivateBinary,
|
||
PublicBinary(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
RestrictedString(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
IntentToken(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
UiHint(<a class="enum" href="../../kanidm_proto/v1/enum.UiHint.html" title="enum kanidm_proto::v1::UiHint">UiHint</a>),
|
||
Passkey(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>),
|
||
DeviceKey(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>),
|
||
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A partial value is a key or key subset that can be used to match for equality or substring
|
||
against a complete Value within a set in an Entry.</p>
|
||
<p>A partialValue is typically used when you need to match against a value, but without
|
||
requiring all of it’s data or expression. This is common in Filters or other direct
|
||
lookups and requests.</p>
|
||
</div></details><h2 id="variants" class="variants small-section-header">Variants<a href="#variants" class="anchor">§</a></h2><div class="variants"><section id="variant.Utf8" class="variant"><a href="#variant.Utf8" class="anchor">§</a><h3 class="code-header">Utf8(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.Iutf8" class="variant"><a href="#variant.Iutf8" class="anchor">§</a><h3 class="code-header">Iutf8(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.Iname" class="variant"><a href="#variant.Iname" class="anchor">§</a><h3 class="code-header">Iname(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.Uuid" class="variant"><a href="#variant.Uuid" class="anchor">§</a><h3 class="code-header">Uuid(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</h3></section><section id="variant.Bool" class="variant"><a href="#variant.Bool" class="anchor">§</a><h3 class="code-header">Bool(<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>)</h3></section><section id="variant.Syntax" class="variant"><a href="#variant.Syntax" class="anchor">§</a><h3 class="code-header">Syntax(<a class="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>)</h3></section><section id="variant.Index" class="variant"><a href="#variant.Index" class="anchor">§</a><h3 class="code-header">Index(<a class="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>)</h3></section><section id="variant.Refer" class="variant"><a href="#variant.Refer" class="anchor">§</a><h3 class="code-header">Refer(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</h3></section><section id="variant.JsonFilt" class="variant"><a href="#variant.JsonFilt" class="anchor">§</a><h3 class="code-header">JsonFilt(<a class="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">ProtoFilter</a>)</h3></section><section id="variant.Cred" class="variant"><a href="#variant.Cred" class="anchor">§</a><h3 class="code-header">Cred(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.SshKey" class="variant"><a href="#variant.SshKey" class="anchor">§</a><h3 class="code-header">SshKey(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.SecretValue" class="variant"><a href="#variant.SecretValue" class="anchor">§</a><h3 class="code-header">SecretValue</h3></section><section id="variant.Spn" class="variant"><a href="#variant.Spn" class="anchor">§</a><h3 class="code-header">Spn(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.Uint32" class="variant"><a href="#variant.Uint32" class="anchor">§</a><h3 class="code-header">Uint32(<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>)</h3></section><section id="variant.Cid" class="variant"><a href="#variant.Cid" class="anchor">§</a><h3 class="code-header">Cid(Cid)</h3></section><section id="variant.Nsuniqueid" class="variant"><a href="#variant.Nsuniqueid" class="anchor">§</a><h3 class="code-header">Nsuniqueid(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.DateTime" class="variant"><a href="#variant.DateTime" class="anchor">§</a><h3 class="code-header">DateTime(OffsetDateTime)</h3></section><section id="variant.EmailAddress" class="variant"><a href="#variant.EmailAddress" class="anchor">§</a><h3 class="code-header">EmailAddress(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.PhoneNumber" class="variant"><a href="#variant.PhoneNumber" class="anchor">§</a><h3 class="code-header">PhoneNumber(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.Address" class="variant"><a href="#variant.Address" class="anchor">§</a><h3 class="code-header">Address(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.Url" class="variant"><a href="#variant.Url" class="anchor">§</a><h3 class="code-header">Url(<a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>)</h3></section><section id="variant.OauthScope" class="variant"><a href="#variant.OauthScope" class="anchor">§</a><h3 class="code-header">OauthScope(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.PrivateBinary" class="variant"><a href="#variant.PrivateBinary" class="anchor">§</a><h3 class="code-header">PrivateBinary</h3></section><section id="variant.PublicBinary" class="variant"><a href="#variant.PublicBinary" class="anchor">§</a><h3 class="code-header">PublicBinary(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.RestrictedString" class="variant"><a href="#variant.RestrictedString" class="anchor">§</a><h3 class="code-header">RestrictedString(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.IntentToken" class="variant"><a href="#variant.IntentToken" class="anchor">§</a><h3 class="code-header">IntentToken(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</h3></section><section id="variant.UiHint" class="variant"><a href="#variant.UiHint" class="anchor">§</a><h3 class="code-header">UiHint(<a class="enum" href="../../kanidm_proto/v1/enum.UiHint.html" title="enum kanidm_proto::v1::UiHint">UiHint</a>)</h3></section><section id="variant.Passkey" class="variant"><a href="#variant.Passkey" class="anchor">§</a><h3 class="code-header">Passkey(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</h3></section><section id="variant.DeviceKey" class="variant"><a href="#variant.DeviceKey" class="anchor">§</a><h3 class="code-header">DeviceKey(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</h3></section></div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#429-755">source</a><a href="#impl-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><section id="method.new_utf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#430-432">source</a><h4 class="code-header">pub fn <a href="#method.new_utf8" class="fn">new_utf8</a>(s: <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> Self</h4></section><section id="method.new_utf8s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#434-436">source</a><h4 class="code-header">pub fn <a href="#method.new_utf8s" class="fn">new_utf8s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_utf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#438-440">source</a><h4 class="code-header">pub fn <a href="#method.is_utf8" class="fn">is_utf8</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_iutf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#442-444">source</a><h4 class="code-header">pub fn <a href="#method.new_iutf8" class="fn">new_iutf8</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_iname" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#446-448">source</a><h4 class="code-header">pub fn <a href="#method.new_iname" class="fn">new_iname</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_class" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#451-453">source</a><h4 class="code-header">pub fn <a href="#method.new_class" class="fn">new_class</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_iutf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#455-457">source</a><h4 class="code-header">pub fn <a href="#method.is_iutf8" class="fn">is_iutf8</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.is_iname" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#459-461">source</a><h4 class="code-header">pub fn <a href="#method.is_iname" class="fn">is_iname</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_bool" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#463-465">source</a><h4 class="code-header">pub fn <a href="#method.new_bool" class="fn">new_bool</a>(b: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>) -> Self</h4></section><section id="method.new_bools" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#467-469">source</a><h4 class="code-header">pub fn <a href="#method.new_bools" class="fn">new_bools</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_bool" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#471-473">source</a><h4 class="code-header">pub fn <a href="#method.is_bool" class="fn">is_bool</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_uuid_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#475-477">source</a><h4 class="code-header">pub fn <a href="#method.new_uuid_s" class="fn">new_uuid_s</a>(us: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_uuid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#479-481">source</a><h4 class="code-header">pub fn <a href="#method.is_uuid" class="fn">is_uuid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_refer_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#483-488">source</a><h4 class="code-header">pub fn <a href="#method.new_refer_s" class="fn">new_refer_s</a>(us: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_refer" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#490-492">source</a><h4 class="code-header">pub fn <a href="#method.is_refer" class="fn">is_refer</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_indexes" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#494-496">source</a><h4 class="code-header">pub fn <a href="#method.new_indexes" class="fn">new_indexes</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_index" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#498-500">source</a><h4 class="code-header">pub fn <a href="#method.is_index" class="fn">is_index</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_syntaxs" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#502-504">source</a><h4 class="code-header">pub fn <a href="#method.new_syntaxs" class="fn">new_syntaxs</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_syntax" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#506-508">source</a><h4 class="code-header">pub fn <a href="#method.is_syntax" class="fn">is_syntax</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_json_filter_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#510-517">source</a><h4 class="code-header">pub fn <a href="#method.new_json_filter_s" class="fn">new_json_filter_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_json_filter" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#519-521">source</a><h4 class="code-header">pub fn <a href="#method.is_json_filter" class="fn">is_json_filter</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_credential_tag" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#523-525">source</a><h4 class="code-header">pub fn <a href="#method.new_credential_tag" class="fn">new_credential_tag</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_credential" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#527-529">source</a><h4 class="code-header">pub fn <a href="#method.is_credential" class="fn">is_credential</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_secret_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#531-533">source</a><h4 class="code-header">pub fn <a href="#method.new_secret_str" class="fn">new_secret_str</a>() -> Self</h4></section><section id="method.is_secret_string" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#535-537">source</a><h4 class="code-header">pub fn <a href="#method.is_secret_string" class="fn">is_secret_string</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_sshkey_tag" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#539-541">source</a><h4 class="code-header">pub fn <a href="#method.new_sshkey_tag" class="fn">new_sshkey_tag</a>(s: <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> Self</h4></section><section id="method.new_sshkey_tag_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#543-545">source</a><h4 class="code-header">pub fn <a href="#method.new_sshkey_tag_s" class="fn">new_sshkey_tag_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_sshkey" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#547-549">source</a><h4 class="code-header">pub fn <a href="#method.is_sshkey" class="fn">is_sshkey</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_spn_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#551-563">source</a><h4 class="code-header">pub fn <a href="#method.new_spn_s" class="fn">new_spn_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_spn_nrs" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#565-567">source</a><h4 class="code-header">pub fn <a href="#method.new_spn_nrs" class="fn">new_spn_nrs</a>(n: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>, r: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_spn" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#569-571">source</a><h4 class="code-header">pub fn <a href="#method.is_spn" class="fn">is_spn</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_uint32" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#573-575">source</a><h4 class="code-header">pub fn <a href="#method.new_uint32" class="fn">new_uint32</a>(u: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>) -> Self</h4></section><section id="method.new_uint32_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#577-579">source</a><h4 class="code-header">pub fn <a href="#method.new_uint32_str" class="fn">new_uint32_str</a>(u: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_uint32" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#581-583">source</a><h4 class="code-header">pub fn <a href="#method.is_uint32" class="fn">is_uint32</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_cid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#585-587">source</a><h4 class="code-header">pub fn <a href="#method.new_cid" class="fn">new_cid</a>(c: Cid) -> Self</h4></section><section id="method.new_cid_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#589-591">source</a><h4 class="code-header">pub fn <a href="#method.new_cid_s" class="fn">new_cid_s</a>(_c: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_cid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#593-595">source</a><h4 class="code-header">pub fn <a href="#method.is_cid" class="fn">is_cid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_nsuniqueid_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#597-599">source</a><h4 class="code-header">pub fn <a href="#method.new_nsuniqueid_s" class="fn">new_nsuniqueid_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_nsuniqueid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#601-603">source</a><h4 class="code-header">pub fn <a href="#method.is_nsuniqueid" class="fn">is_nsuniqueid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_datetime_epoch" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#605-607">source</a><h4 class="code-header">pub fn <a href="#method.new_datetime_epoch" class="fn">new_datetime_epoch</a>(ts: <a class="struct" href="../prelude/struct.Duration.html" title="struct kanidmd_lib::prelude::Duration">Duration</a>) -> Self</h4></section><section id="method.new_datetime_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#609-614">source</a><h4 class="code-header">pub fn <a href="#method.new_datetime_s" class="fn">new_datetime_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_datetime" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#616-618">source</a><h4 class="code-header">pub fn <a href="#method.is_datetime" class="fn">is_datetime</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_email_address_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#620-622">source</a><h4 class="code-header">pub fn <a href="#method.new_email_address_s" class="fn">new_email_address_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_email_address" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#624-626">source</a><h4 class="code-header">pub fn <a href="#method.is_email_address" class="fn">is_email_address</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_phonenumber_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#628-630">source</a><h4 class="code-header">pub fn <a href="#method.new_phonenumber_s" class="fn">new_phonenumber_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_address" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#632-634">source</a><h4 class="code-header">pub fn <a href="#method.new_address" class="fn">new_address</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_url_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#636-638">source</a><h4 class="code-header">pub fn <a href="#method.new_url_s" class="fn">new_url_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_url" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#640-642">source</a><h4 class="code-header">pub fn <a href="#method.is_url" class="fn">is_url</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_oauthscope" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#644-646">source</a><h4 class="code-header">pub fn <a href="#method.new_oauthscope" class="fn">new_oauthscope</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_oauthscope" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#648-650">source</a><h4 class="code-header">pub fn <a href="#method.is_oauthscope" class="fn">is_oauthscope</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.is_privatebinary" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#669-671">source</a><h4 class="code-header">pub fn <a href="#method.is_privatebinary" class="fn">is_privatebinary</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_publicbinary_tag_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#673-675">source</a><h4 class="code-header">pub fn <a href="#method.new_publicbinary_tag_s" class="fn">new_publicbinary_tag_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_restrictedstring_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#677-679">source</a><h4 class="code-header">pub fn <a href="#method.new_restrictedstring_s" class="fn">new_restrictedstring_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_intenttoken_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#681-683">source</a><h4 class="code-header">pub fn <a href="#method.new_intenttoken_s" class="fn">new_intenttoken_s</a>(s: <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_passkey_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#685-687">source</a><h4 class="code-header">pub fn <a href="#method.new_passkey_s" class="fn">new_passkey_s</a>(us: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_devicekey_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#689-691">source</a><h4 class="code-header">pub fn <a href="#method.new_devicekey_s" class="fn">new_devicekey_s</a>(us: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.to_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#693-700">source</a><h4 class="code-header">pub fn <a href="#method.to_str" class="fn">to_str</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>></h4></section><section id="method.to_url" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#702-707">source</a><h4 class="code-header">pub fn <a href="#method.to_url" class="fn">to_url</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>></h4></section><section id="method.get_idx_eq_key" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#709-749">source</a><h4 class="code-header">pub fn <a href="#method.get_idx_eq_key" class="fn">get_idx_eq_key</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section><section id="method.get_idx_sub_key" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#752-754">source</a><h4 class="code-header">pub fn <a href="#method.get_idx_sub_key" class="fn">get_idx_sub_key</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Clone-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/clone.rs.html#132-134">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Debug-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.69.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.69.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.69.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserialize%3C'de%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Deserialize%3C'de%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<'de> <a class="trait" href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.deserialize" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.deserialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html#tymethod.deserialize" class="fn">deserialize</a><__D>(__deserializer: __D) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, __D::<a class="associatedtype" href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>><span class="where fmt-newline">where
|
||
__D: <a class="trait" href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a><'de>,</span></h4></section></summary><div class='docblock'>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26bool%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#399-403">source</a><a href="#impl-From%3C%26bool%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><&<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-2" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#400-402">source</a><a href="#method.from-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(b: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CFilter%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#405-409">source</a><a href="#impl-From%3CFilter%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">Filter</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-3" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#406-408">source</a><a href="#method.from-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(i: <a class="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">ProtoFilter</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CIndexType%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#387-391">source</a><a href="#impl-From%3CIndexType%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-7" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#388-390">source</a><a href="#method.from-7" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(i: <a class="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3COffsetDateTime%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#417-421">source</a><a href="#impl-From%3COffsetDateTime%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><OffsetDateTime> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-6" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#418-420">source</a><a href="#method.from-6" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(i: OffsetDateTime) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CSyntaxType%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#381-385">source</a><a href="#impl-From%3CSyntaxType%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#382-384">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(s: <a class="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CUrl%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#423-427">source</a><a href="#impl-From%3CUrl%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#424-426">source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(i: <a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cbool%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#393-397">source</a><a href="#impl-From%3Cbool%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-4" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#394-396">source</a><a href="#method.from-4" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(b: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3Cu32%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#411-415">source</a><a href="#impl-From%3Cu32%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-5" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#412-414">source</a><a href="#method.from-5" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(i: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Hash-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a><__H: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>>(&self, state: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&mut __H</a>)</h4></section></summary><div class='docblock'>Feeds this value into the given <a href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.3.0">1.3.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/hash/mod.rs.html#239-241">source</a></span><a href="#method.hash_slice" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html#method.hash_slice" class="fn">hash_slice</a><H>(data: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.slice.html">[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&mut H</a>)<span class="where fmt-newline">where
|
||
H: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given <a href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Ord-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Ord-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html" title="trait core::cmp::Ord">Ord</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.cmp" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.cmp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#tymethod.cmp" class="fn">cmp</a>(&self, other: &<a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a></h4></section></summary><div class='docblock'>This method returns an <a href="https://doc.rust-lang.org/1.69.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering"><code>Ordering</code></a> between <code>self</code> and <code>other</code>. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.max" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#798-801">source</a></span><a href="#method.max" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#method.max" class="fn">max</a>(self, other: Self) -> Self<span class="where fmt-newline">where
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><div class='docblock'>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#method.max">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.min" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#822-825">source</a></span><a href="#method.min" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#method.min" class="fn">min</a>(self, other: Self) -> Self<span class="where fmt-newline">where
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h4></section></summary><div class='docblock'>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#method.min">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clamp" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.50.0">1.50.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#851-855">source</a></span><a href="#method.clamp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#method.clamp" class="fn">clamp</a>(self, min: Self, max: Self) -> Self<span class="where fmt-newline">where
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><Self>,</span></h4></section></summary><div class='docblock'>Restrict a value to a certain interval. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Ord.html#method.clamp">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CPartialValue%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-PartialEq%3CPartialValue%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
|
||
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#229">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
|
||
sufficient, and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CPartialValue%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-PartialOrd%3CPartialValue%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><<a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a>> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.partial_cmp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&self, other: &<a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.69.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#1086">source</a></span><a href="#method.lt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#1105">source</a></span><a href="#method.le" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.le" class="fn">le</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code>
|
||
operator. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#1123">source</a></span><a href="#method.gt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/cmp.rs.html#1142">source</a></span><a href="#method.ge" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code>
|
||
operator. <a href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Serialize-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Serialize-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.serialize" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#method.serialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serialize.html#tymethod.serialize" class="fn">serialize</a><__S>(&self, __serializer: __S) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><__S::<a class="associatedtype" href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html#associatedtype.Ok" title="type serde::ser::Serializer::Ok">Ok</a>, __S::<a class="associatedtype" href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html#associatedtype.Error" title="type serde::ser::Serializer::Error">Error</a>><span class="where fmt-newline">where
|
||
__S: <a class="trait" href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serializer.html" title="trait serde::ser::Serializer">Serializer</a>,</span></h4></section></summary><div class='docblock'>Serialize this value into the given Serde serializer. <a href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></div></details></div></details><section id="impl-Eq-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-Eq-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section><section id="impl-StructuralEq-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-StructuralEq-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section><section id="impl-StructuralPartialEq-for-PartialValue" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#340">source</a><a href="#impl-StructuralPartialEq-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-PartialValue" class="impl"><a href="#impl-RefUnwindSafe-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section><section id="impl-Send-for-PartialValue" class="impl"><a href="#impl-Send-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section><section id="impl-Sync-for-PartialValue" class="impl"><a href="#impl-Sync-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section><section id="impl-Unpin-for-PartialValue" class="impl"><a href="#impl-Unpin-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section><section id="impl-UnwindSafe-for-PartialValue" class="impl"><a href="#impl-UnwindSafe-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="enum" href="enum.PartialValue.html" title="enum kanidmd_lib::value::PartialValue">PartialValue</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/any.rs.html#200">source</a><a href="#impl-Any-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
|
||
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/any.rs.html#201">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.69.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.69.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsTaggedExplicit%3C'a%3E-for-PartialValue" class="impl"><a href="#impl-AsTaggedExplicit%3C'a%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<'a, T> AsTaggedExplicit<'a> for T<span class="where fmt-newline">where
|
||
T: 'a,</span></h3></section></summary><div class="impl-items"><section id="method.explicit" class="method trait-impl"><a href="#method.explicit" class="anchor">§</a><h4 class="code-header">fn <a class="fn">explicit</a>(self, class: Class, tag: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>) -> TaggedParser<'a, Explicit, Self></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsTaggedImplicit%3C'a%3E-for-PartialValue" class="impl"><a href="#impl-AsTaggedImplicit%3C'a%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<'a, T> AsTaggedImplicit<'a> for T<span class="where fmt-newline">where
|
||
T: 'a,</span></h3></section></summary><div class="impl-items"><section id="method.implicit" class="method trait-impl"><a href="#method.implicit" class="anchor">§</a><h4 class="code-header">fn <a class="fn">implicit</a>(
|
||
self,
|
||
class: Class,
|
||
constructed: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>,
|
||
tag: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u32.html">u32</a>
|
||
) -> TaggedParser<'a, Implicit, Self></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/borrow.rs.html#211">source</a><a href="#impl-Borrow%3CT%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<span class="where fmt-newline">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/borrow.rs.html#213">source</a></span><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.69.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/borrow.rs.html#220">source</a><a href="#impl-BorrowMut%3CT%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<span class="where fmt-newline">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/borrow.rs.html#221">source</a></span><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.69.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CallHasher-for-PartialValue" class="impl"><a href="#impl-CallHasher-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> CallHasher for T<span class="where fmt-newline">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><section id="method.get_hash" class="method trait-impl"><a href="#method.get_hash" class="anchor">§</a><h4 class="code-header">fn <a class="fn">get_hash</a><H, B>(value: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&H</a>, build_hasher: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&B</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u64.html">u64</a><span class="where fmt-newline">where
|
||
H: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
||
B: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/hash/trait.BuildHasher.html" title="trait core::hash::BuildHasher">BuildHasher</a>,</span></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-DynClone-for-PartialValue" class="impl"><a class="srclink rightside" href="https://docs.rs/dyn_clone/1.0.11/src/dyn_clone/lib.rs.html#188">source</a><a href="#impl-DynClone-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/dyn_clone/1.0.11/dyn_clone/trait.DynClone.html" title="trait dyn_clone::DynClone">DynClone</a> for T<span class="where fmt-newline">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span></h3></section></summary><div class="impl-items"><section id="method.__clone_box" class="method trait-impl"><a class="srclink rightside" href="https://docs.rs/dyn_clone/1.0.11/src/dyn_clone/lib.rs.html#192">source</a><a href="#method.__clone_box" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/dyn_clone/1.0.11/dyn_clone/trait.DynClone.html#tymethod.__clone_box" class="fn">__clone_box</a>(&self, _: Private) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.unit.html">()</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#733">source</a><a href="#impl-From%3CT%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-8" class="method trait-impl"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#736">source</a></span><a href="#method.from-8" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instrument-for-PartialValue" class="impl"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#276">source</a><a href="#impl-Instrument-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html" title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#82">source</a><a href="#method.instrument" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument" class="fn">instrument</a>(self, span: <a class="struct" href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html" title="struct tracing::span::Span">Span</a>) -> <a class="struct" href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><div class='docblock'>Instruments this type with the provided <a href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html" title="struct tracing::span::Span"><code>Span</code></a>, returning an
|
||
<code>Instrumented</code> wrapper. <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#121">source</a><a href="#method.in_current_span" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.in_current_span" class="fn">in_current_span</a>(self) -> <a class="struct" href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><div class='docblock'>Instruments this type with the <a href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html#method.current" title="associated function tracing::span::Span::current">current</a> <a href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html" title="struct tracing::span::Span"><code>Span</code></a>, returning an
|
||
<code>Instrumented</code> wrapper. <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.in_current_span">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#717">source</a><a href="#impl-Into%3CU%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<span class="where fmt-newline">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#725">source</a></span><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
<p>That is, this conversion is whatever the implementation of
|
||
<code><a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Pointable-for-PartialValue" class="impl"><a href="#impl-Pointable-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> Pointable for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.ALIGN" class="associatedconstant trait-impl"><a href="#associatedconstant.ALIGN" class="anchor">§</a><h4 class="code-header">const <a class="constant">ALIGN</a>: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.usize.html">usize</a> = mem::align_of::<T>()</h4></section></summary><div class='docblock'>The alignment of pointer.</div></details><details class="toggle" open><summary><section id="associatedtype.Init" class="associatedtype trait-impl"><a href="#associatedtype.Init" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Init</a> = T</h4></section></summary><div class='docblock'>The type for initializers.</div></details><details class="toggle method-toggle" open><summary><section id="method.init" class="method trait-impl"><a href="#method.init" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">init</a>(init: <T as Pointable>::Init) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.usize.html">usize</a></h4></section></summary><div class='docblock'>Initializes a with the given initializer. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a href="#method.deref" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">deref</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&'a T</a></h4></section></summary><div class='docblock'>Dereferences the given pointer. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deref_mut" class="method trait-impl"><a href="#method.deref_mut" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">deref_mut</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&'a mut T</a></h4></section></summary><div class='docblock'>Mutably dereferences the given pointer. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.drop" class="method trait-impl"><a href="#method.drop" class="anchor">§</a><h4 class="code-header">unsafe fn <a class="fn">drop</a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.usize.html">usize</a>)</h4></section></summary><div class='docblock'>Drops the object pointed to by the given pointer. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Same%3CT%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://docs.rs/typenum/1.16.0/src/typenum/type_operators.rs.html#34">source</a><a href="#impl-Same%3CT%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Serialize-for-PartialValue-1" class="impl"><a class="srclink rightside" href="https://docs.rs/erased-serde/0.3.25/src/erased_serde/ser.rs.html#238">source</a><a href="#impl-Serialize-for-PartialValue-1" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/erased-serde/0.3.25/erased_serde/ser/trait.Serialize.html" title="trait erased_serde::ser::Serialize">Serialize</a> for T<span class="where fmt-newline">where
|
||
T: <a class="trait" href="https://docs.rs/serde/1.0.160/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.69.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><section id="method.erased_serialize" class="method trait-impl"><a class="srclink rightside" href="https://docs.rs/erased-serde/0.3.25/src/erased_serde/ser.rs.html#242">source</a><a href="#method.erased_serialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/erased-serde/0.3.25/erased_serde/ser/trait.Serialize.html#tymethod.erased_serialize" class="fn">erased_serialize</a>(&self, serializer: &mut dyn <a class="trait" href="https://docs.rs/erased-serde/0.3.25/erased_serde/ser/trait.Serializer.html" title="trait erased_serde::ser::Serializer">Serializer</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Ok, <a class="struct" href="https://docs.rs/erased-serde/0.3.25/erased_serde/error/struct.Error.html" title="struct erased_serde::error::Error">Error</a>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/alloc/borrow.rs.html#82">source</a><a href="#impl-ToOwned-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.69.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<span class="where fmt-newline">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.69.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/alloc/borrow.rs.html#87">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.69.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/alloc/borrow.rs.html#91">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.69.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#775">source</a><a href="#impl-TryFrom%3CU%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<span class="where fmt-newline">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#781">source</a></span><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-PartialValue" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#760">source</a><a href="#impl-TryInto%3CU%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<span class="where fmt-newline">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><span class="rightside"><span class="since" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span> · <a class="srclink" href="https://doc.rust-lang.org/1.69.0/src/core/convert/mod.rs.html#766">source</a></span><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.69.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-PartialValue" class="impl"><a href="#impl-VZip%3CV%3E-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<V, T> VZip<V> for T<span class="where fmt-newline">where
|
||
V: MultiLane<T>,</span></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl"><a href="#method.vzip" class="anchor">§</a><h4 class="code-header">fn <a class="fn">vzip</a>(self) -> V</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-PartialValue" class="impl"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#334">source</a><a href="#impl-WithSubscriber-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html" title="trait tracing::instrument::WithSubscriber">WithSubscriber</a> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#169-171">source</a><a href="#method.with_subscriber" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber" class="fn">with_subscriber</a><S>(self, subscriber: S) -> <a class="struct" href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self><span class="where fmt-newline">where
|
||
S: <a class="trait" href="https://doc.rust-lang.org/1.69.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="struct" href="https://docs.rs/tracing-core/0.1.22/tracing_core/dispatcher/struct.Dispatch.html" title="struct tracing_core::dispatcher::Dispatch">Dispatch</a>>,</span></h4></section></summary><div class='docblock'>Attaches the provided <a href="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html" title="trait tracing_core::subscriber::Subscriber"><code>Subscriber</code></a> to this type, returning a
|
||
<a href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a class="srclink rightside" href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#221">source</a><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber" class="fn">with_current_subscriber</a>(self) -> <a class="struct" href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self></h4></section></summary><div class='docblock'>Attaches the current <a href="https://docs.rs/tracing/0.1.37/tracing/dispatcher/index.html#setting-the-default-subscriber" title="mod tracing::dispatcher">default</a> <a href="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html" title="trait tracing_core::subscriber::Subscriber"><code>Subscriber</code></a> to this type, returning a
|
||
<a href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber">Read more</a></div></details></div></details><section id="impl-DeserializeOwned-for-PartialValue" class="impl"><a class="srclink rightside" href="https://docs.rs/serde/1.0.160/src/serde/de/mod.rs.html#604">source</a><a href="#impl-DeserializeOwned-for-PartialValue" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/serde/1.0.160/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T<span class="where fmt-newline">where
|
||
T: for<'de> <a class="trait" href="https://docs.rs/serde/1.0.160/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de>,</span></h3></section></div></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="kanidmd_lib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.69.0 (84c898d65 2023-04-16)" data-search-js="search-8a59a8356673ec1f.js" data-settings-js="settings-f0c5c39777a9a2f6.js" data-settings-css="settings-0bcba95ff279c1db.css" ></div></body></html> |