mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
71 lines
124 KiB
HTML
71 lines
124 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 value is a complete unit of data for an attribute. It is made up of a PartialValue, which is used for selection, filtering, searching, matching etc. It also contains supplemental data which may be stored inside of the Value, such as credential secrets, blobs etc."><title>Value 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="#">Value</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.ApiToken">ApiToken</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.JwsKeyEs256">JwsKeyEs256</a></li><li><a href="#variant.JwsKeyRs256">JwsKeyRs256</a></li><li><a href="#variant.Nsuniqueid">Nsuniqueid</a></li><li><a href="#variant.Oauth2Session">Oauth2Session</a></li><li><a href="#variant.OauthScope">OauthScope</a></li><li><a href="#variant.OauthScopeMap">OauthScopeMap</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.Session">Session</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.TotpSecret">TotpSecret</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.as_json_filter">as_json_filter</a></li><li><a href="#method.as_string">as_string</a></li><li><a href="#method.get_secret_str">get_secret_str</a></li><li><a href="#method.get_sshkey">get_sshkey</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_insensitive_utf8">is_insensitive_utf8</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_oauthscopemap">is_oauthscopemap</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.migrate_iutf8_iname">migrate_iutf8_iname</a></li><li><a href="#method.new_address">new_address</a></li><li><a href="#method.new_attr">new_attr</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_class">new_class</a></li><li><a href="#method.new_credential">new_credential</a></li><li><a href="#method.new_datetime">new_datetime</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_email_address_primary_s">new_email_address_primary_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_index">new_index</a></li><li><a href="#method.new_indexes">new_indexes</a></li><li><a href="#method.new_iutf8">new_iutf8</a></li><li><a href="#method.new_json_filter">new_json_filter</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_oauthscopemap">new_oauthscopemap</a></li><li><a href="#method.new_phonenumber_s">new_phonenumber_s</a></li><li><a href="#method.new_privatebinary">new_privatebinary</a></li><li><a href="#method.new_publicbinary">new_publicbinary</a></li><li><a href="#method.new_refer_s">new_refer_s</a></li><li><a href="#method.new_restrictedstring">new_restrictedstring</a></li><li><a href="#method.new_secret_str">new_secret_str</a></li><li><a href="#method.new_spn_parse">new_spn_parse</a></li><li><a href="#method.new_spn_str">new_spn_str</a></li><li><a href="#method.new_sshkey">new_sshkey</a></li><li><a href="#method.new_sshkey_str">new_sshkey_str</a></li><li><a href="#method.new_syntax">new_syntax</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">new_url</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_address">to_address</a></li><li><a href="#method.to_bool">to_bool</a></li><li><a href="#method.to_cid">to_cid</a></li><li><a href="#method.to_cred">to_cred</a></li><li><a href="#method.to_credential">to_credential</a></li><li><a href="#method.to_datetime">to_datetime</a></li><li><a href="#method.to_emailaddress">to_emailaddress</a></li><li><a href="#method.to_iname">to_iname</a></li><li><a href="#method.to_indextype">to_indextype</a></li><li><a href="#method.to_intenttoken">to_intenttoken</a></li><li><a href="#method.to_iutf8">to_iutf8</a></li><li><a href="#method.to_jsonfilt">to_jsonfilt</a></li><li><a href="#method.to_nsuniqueid">to_nsuniqueid</a></li><li><a href="#method.to_oauthscope">to_oauthscope</a></li><li><a href="#method.to_oauthscopemap">to_oauthscopemap</a></li><li><a href="#method.to_phonenumber">to_phonenumber</a></li><li><a href="#method.to_privatebinary">to_privatebinary</a></li><li><a href="#method.to_publicbinary">to_publicbinary</a></li><li><a href="#method.to_ref_uuid">to_ref_uuid</a></li><li><a href="#method.to_restrictedstring">to_restrictedstring</a></li><li><a href="#method.to_session">to_session</a></li><li><a href="#method.to_spn">to_spn</a></li><li><a href="#method.to_sshkey">to_sshkey</a></li><li><a href="#method.to_str">to_str</a></li><li><a href="#method.to_syntaxtype">to_syntaxtype</a></li><li><a href="#method.to_uint32">to_uint32</a></li><li><a href="#method.to_url">to_url</a></li><li><a href="#method.to_utf8">to_utf8</a></li><li><a href="#method.to_uuid">to_uuid</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Clone-for-Value">Clone</a></li><li><a href="#impl-Debug-for-Value">Debug</a></li><li><a href="#impl-Eq-for-Value">Eq</a></li><li><a href="#impl-From%3C%26bool%3E-for-Value">From<&bool></a></li><li><a href="#impl-From%3CDbIdentSpn%3E-for-Value">From<DbIdentSpn></a></li><li><a href="#impl-From%3CFilter%3E-for-Value">From<Filter></a></li><li><a href="#impl-From%3CIndexType%3E-for-Value">From<IndexType></a></li><li><a href="#impl-From%3COffsetDateTime%3E-for-Value">From<OffsetDateTime></a></li><li><a href="#impl-From%3CSyntaxType%3E-for-Value">From<SyntaxType></a></li><li><a href="#impl-From%3CUrl%3E-for-Value">From<Url></a></li><li><a href="#impl-From%3Cbool%3E-for-Value">From<bool></a></li><li><a href="#impl-From%3Cu32%3E-for-Value">From<u32></a></li><li><a href="#impl-PartialEq%3CValue%3E-for-Value">PartialEq<Value></a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-Value">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Value">Send</a></li><li><a href="#impl-Sync-for-Value">Sync</a></li><li><a href="#impl-Unpin-for-Value">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Value">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-Value">Any</a></li><li><a href="#impl-AsTaggedExplicit%3C'a%3E-for-Value">AsTaggedExplicit<'a></a></li><li><a href="#impl-AsTaggedImplicit%3C'a%3E-for-Value">AsTaggedImplicit<'a></a></li><li><a href="#impl-Borrow%3CT%3E-for-Value">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-Value">BorrowMut<T></a></li><li><a href="#impl-DynClone-for-Value">DynClone</a></li><li><a href="#impl-From%3CT%3E-for-Value">From<T></a></li><li><a href="#impl-Instrument-for-Value">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-Value">Into<U></a></li><li><a href="#impl-Pointable-for-Value">Pointable</a></li><li><a href="#impl-Same%3CT%3E-for-Value">Same<T></a></li><li><a href="#impl-ToOwned-for-Value">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-Value">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-Value">TryInto<U></a></li><li><a href="#impl-VZip%3CV%3E-for-Value">VZip<V></a></li><li><a href="#impl-WithSubscriber-for-Value">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="#">Value</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#851-895">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub enum Value {
|
||
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 36 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>, <a class="struct" href="../credential/struct.Credential.html" title="struct kanidmd_lib::credential::Credential">Credential</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>, <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(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
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>, <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</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>, <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</a>),
|
||
Address(<a class="struct" href="struct.Address.html" title="struct kanidmd_lib::value::Address">Address</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>),
|
||
OauthScopeMap(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="../idm/authsession/struct.Set.html" title="struct kanidmd_lib::idm::authsession::Set">BTreeSet</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>>),
|
||
PrivateBinary(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</a>>),
|
||
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>, <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</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>, <a class="enum" href="enum.IntentTokenState.html" title="enum kanidmd_lib::value::IntentTokenState">IntentTokenState</a>),
|
||
Passkey(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</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>, PasskeyV4),
|
||
DeviceKey(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</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>, DeviceKeyV4),
|
||
Session(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.Session.html" title="struct kanidmd_lib::value::Session">Session</a>),
|
||
ApiToken(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.ApiToken.html" title="struct kanidmd_lib::value::ApiToken">ApiToken</a>),
|
||
Oauth2Session(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.Oauth2Session.html" title="struct kanidmd_lib::value::Oauth2Session">Oauth2Session</a>),
|
||
JwsKeyEs256(JwsSigner),
|
||
JwsKeyRs256(JwsSigner),
|
||
UiHint(<a class="enum" href="../../kanidm_proto/v1/enum.UiHint.html" title="enum kanidm_proto::v1::UiHint">UiHint</a>),
|
||
TotpSecret(<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="../credential/totp/struct.Totp.html" title="struct kanidmd_lib::credential::totp::Totp">Totp</a>),
|
||
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A value is a complete unit of data for an attribute. It is made up of a PartialValue, which is
|
||
used for selection, filtering, searching, matching etc. It also contains supplemental data
|
||
which may be stored inside of the Value, such as credential secrets, blobs etc.</p>
|
||
<p>This type is used when you need the “full data” of an attribute. Typically this is in a create
|
||
or modification operation where you are applying a set of complete values into an entry.</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><div class="docblock"><p>Case insensitive Name for a thing?</p>
|
||
</div><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>, <a class="struct" href="../credential/struct.Credential.html" title="struct kanidmd_lib::credential::Credential">Credential</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>, <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(<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.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>, <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</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>, <a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.bool.html">bool</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="struct.Address.html" title="struct kanidmd_lib::value::Address">Address</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.OauthScopeMap" class="variant"><a href="#variant.OauthScopeMap" class="anchor">§</a><h3 class="code-header">OauthScopeMap(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="../idm/authsession/struct.Set.html" title="struct kanidmd_lib::idm::authsession::Set">BTreeSet</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.PrivateBinary" class="variant"><a href="#variant.PrivateBinary" class="anchor">§</a><h3 class="code-header">PrivateBinary(<a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</a>>)</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>, <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</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>, <a class="enum" href="enum.IntentTokenState.html" title="enum kanidmd_lib::value::IntentTokenState">IntentTokenState</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>, <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, PasskeyV4)</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>, <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, DeviceKeyV4)</h3></section><section id="variant.Session" class="variant"><a href="#variant.Session" class="anchor">§</a><h3 class="code-header">Session(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.Session.html" title="struct kanidmd_lib::value::Session">Session</a>)</h3></section><section id="variant.ApiToken" class="variant"><a href="#variant.ApiToken" class="anchor">§</a><h3 class="code-header">ApiToken(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.ApiToken.html" title="struct kanidmd_lib::value::ApiToken">ApiToken</a>)</h3></section><section id="variant.Oauth2Session" class="variant"><a href="#variant.Oauth2Session" class="anchor">§</a><h3 class="code-header">Oauth2Session(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.Oauth2Session.html" title="struct kanidmd_lib::value::Oauth2Session">Oauth2Session</a>)</h3></section><section id="variant.JwsKeyEs256" class="variant"><a href="#variant.JwsKeyEs256" class="anchor">§</a><h3 class="code-header">JwsKeyEs256(JwsSigner)</h3></section><section id="variant.JwsKeyRs256" class="variant"><a href="#variant.JwsKeyRs256" class="anchor">§</a><h3 class="code-header">JwsKeyRs256(JwsSigner)</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.TotpSecret" class="variant"><a href="#variant.TotpSecret" class="anchor">§</a><h3 class="code-header">TotpSecret(<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="../credential/totp/struct.Totp.html" title="struct kanidmd_lib::credential::totp::Totp">Totp</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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1038-1735">source</a><a href="#impl-Value" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="enum.Value.html" title="enum kanidmd_lib::value::Value">Value</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#1040-1042">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#1044-1046">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#1048-1050">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#1052-1054">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.is_iutf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1056-1058">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.new_class" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1060-1062">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.new_attr" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1064-1066">source</a><h4 class="code-header">pub fn <a href="#method.new_attr" class="fn">new_attr</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_insensitive_utf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1068-1070">source</a><h4 class="code-header">pub fn <a href="#method.is_insensitive_utf8" class="fn">is_insensitive_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_iname" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1072-1074">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.is_iname" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1076-1078">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_uuid_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1080-1082">source</a><h4 class="code-header">pub fn <a href="#method.new_uuid_s" class="fn">new_uuid_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_uuid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1085-1087">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_bool" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1089-1091">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#1093-1095">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#1098-1100">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_syntaxs" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1102-1104">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.new_syntax" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1106-1108">source</a><h4 class="code-header">pub fn <a href="#method.new_syntax" class="fn">new_syntax</a>(s: <a class="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>) -> Self</h4></section><section id="method.is_syntax" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1110-1112">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_indexes" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1114-1116">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.new_index" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1118-1120">source</a><h4 class="code-header">pub fn <a href="#method.new_index" class="fn">new_index</a>(i: <a class="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>) -> Self</h4></section><section id="method.is_index" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1122-1124">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_refer_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1126-1128">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#1130-1132">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_json_filter_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1134-1136">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.new_json_filter" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1138-1140">source</a><h4 class="code-header">pub fn <a href="#method.new_json_filter" class="fn">new_json_filter</a>(f: <a class="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">ProtoFilter</a>) -> Self</h4></section><section id="method.is_json_filter" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1142-1144">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.as_json_filter" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1146-1151">source</a><h4 class="code-header">pub fn <a href="#method.as_json_filter" class="fn">as_json_filter</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="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">ProtoFilter</a>></h4></section><section id="method.new_credential" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1153-1155">source</a><h4 class="code-header">pub fn <a href="#method.new_credential" class="fn">new_credential</a>(tag: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>, cred: <a class="struct" href="../credential/struct.Credential.html" title="struct kanidmd_lib::credential::Credential">Credential</a>) -> Self</h4></section><section id="method.is_credential" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1157-1159">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.to_credential" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1161-1166">source</a><h4 class="code-header">pub fn <a href="#method.to_credential" class="fn">to_credential</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="../credential/struct.Credential.html" title="struct kanidmd_lib::credential::Credential">Credential</a>></h4></section><section id="method.new_secret_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1168-1170">source</a><h4 class="code-header">pub fn <a href="#method.new_secret_str" class="fn">new_secret_str</a>(cleartext: &<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_secret_string" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1172-1174">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.get_secret_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1176-1181">source</a><h4 class="code-header">pub fn <a href="#method.get_secret_str" class="fn">get_secret_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.new_sshkey_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1183-1185">source</a><h4 class="code-header">pub fn <a href="#method.new_sshkey_str" class="fn">new_sshkey_str</a>(tag: &<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.str.html">str</a>, key: &<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_sshkey" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1187-1189">source</a><h4 class="code-header">pub fn <a href="#method.new_sshkey" class="fn">new_sshkey</a>(tag: <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, key: <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.is_sshkey" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1191-1193">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.get_sshkey" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1195-1200">source</a><h4 class="code-header">pub fn <a href="#method.get_sshkey" class="fn">get_sshkey</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.new_spn_parse" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1202-1214">source</a><h4 class="code-header">pub fn <a href="#method.new_spn_parse" class="fn">new_spn_parse</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_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1216-1218">source</a><h4 class="code-header">pub fn <a href="#method.new_spn_str" class="fn">new_spn_str</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#1220-1222">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#1224-1226">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#1228-1230">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#1232-1234">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#1236-1238">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.is_cid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1240-1242">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#1244-1250">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>) -> <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_nsuniqueid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1252-1254">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#1256-1258">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#1260-1265">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.new_datetime" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1267-1269">source</a><h4 class="code-header">pub fn <a href="#method.new_datetime" class="fn">new_datetime</a>(dt: OffsetDateTime) -> Self</h4></section><section id="method.to_datetime" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1271-1279">source</a><h4 class="code-header">pub fn <a href="#method.to_datetime" class="fn">to_datetime</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><OffsetDateTime></h4></section><section id="method.is_datetime" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1281-1283">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#1285-1291">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>) -> <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_email_address_primary_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1293-1299">source</a><h4 class="code-header">pub fn <a href="#method.new_email_address_primary_s" class="fn">new_email_address_primary_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_email_address" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1301-1303">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#1305-1307">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#1309-1311">source</a><h4 class="code-header">pub fn <a href="#method.new_address" class="fn">new_address</a>(a: <a class="struct" href="struct.Address.html" title="struct kanidmd_lib::value::Address">Address</a>) -> Self</h4></section><section id="method.new_url_s" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1313-1315">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.new_url" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1317-1319">source</a><h4 class="code-header">pub fn <a href="#method.new_url" class="fn">new_url</a>(u: <a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>) -> Self</h4></section><section id="method.is_url" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1321-1323">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#1325-1331">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>) -> <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_oauthscope" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1333-1335">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.new_oauthscopemap" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1337-1343">source</a><h4 class="code-header">pub fn <a href="#method.new_oauthscopemap" class="fn">new_oauthscopemap</a>(u: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, m: <a class="struct" href="../idm/authsession/struct.Set.html" title="struct kanidmd_lib::idm::authsession::Set">BTreeSet</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>>) -> <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_oauthscopemap" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1345-1347">source</a><h4 class="code-header">pub fn <a href="#method.is_oauthscopemap" class="fn">is_oauthscopemap</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_privatebinary" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1355-1357">source</a><h4 class="code-header">pub fn <a href="#method.new_privatebinary" class="fn">new_privatebinary</a>(der: &[<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</a>]) -> Self</h4></section><section id="method.to_privatebinary" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1359-1364">source</a><h4 class="code-header">pub fn <a href="#method.to_privatebinary" class="fn">to_privatebinary</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="https://doc.rust-lang.org/1.69.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</a>>></h4></section><section id="method.is_privatebinary" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1366-1368">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" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1370-1372">source</a><h4 class="code-header">pub fn <a href="#method.new_publicbinary" class="fn">new_publicbinary</a>(tag: <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, der: <a class="struct" href="https://doc.rust-lang.org/1.69.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</a>>) -> Self</h4></section><section id="method.new_restrictedstring" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1374-1376">source</a><h4 class="code-header">pub fn <a href="#method.new_restrictedstring" class="fn">new_restrictedstring</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.to_str" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1392-1399">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#1401-1406">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.as_string" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1408-1415">source</a><h4 class="code-header">pub fn <a href="#method.as_string" class="fn">as_string</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="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.to_ref_uuid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1419-1427">source</a><h4 class="code-header">pub fn <a href="#method.to_ref_uuid" class="fn">to_ref_uuid</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.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>></h4></section><section id="method.to_uuid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1429-1434">source</a><h4 class="code-header">pub fn <a href="#method.to_uuid" class="fn">to_uuid</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.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>></h4></section><section id="method.to_indextype" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1436-1441">source</a><h4 class="code-header">pub fn <a href="#method.to_indextype" class="fn">to_indextype</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="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>></h4></section><section id="method.to_syntaxtype" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1443-1448">source</a><h4 class="code-header">pub fn <a href="#method.to_syntaxtype" class="fn">to_syntaxtype</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="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>></h4></section><section id="method.to_bool" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1450-1456">source</a><h4 class="code-header">pub fn <a href="#method.to_bool" class="fn">to_bool</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.bool.html">bool</a>></h4></section><section id="method.to_uint32" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1458-1463">source</a><h4 class="code-header">pub fn <a href="#method.to_uint32" class="fn">to_uint32</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.u32.html">u32</a>></h4></section><section id="method.to_utf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1465-1470">source</a><h4 class="code-header">pub fn <a href="#method.to_utf8" class="fn">to_utf8</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="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.to_iutf8" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1472-1477">source</a><h4 class="code-header">pub fn <a href="#method.to_iutf8" class="fn">to_iutf8</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="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.to_iname" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1479-1484">source</a><h4 class="code-header">pub fn <a href="#method.to_iname" class="fn">to_iname</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="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.to_jsonfilt" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1486-1491">source</a><h4 class="code-header">pub fn <a href="#method.to_jsonfilt" class="fn">to_jsonfilt</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="enum" href="../../kanidm_proto/v1/enum.Filter.html" title="enum kanidm_proto::v1::Filter">ProtoFilter</a>></h4></section><section id="method.to_cred" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1493-1498">source</a><h4 class="code-header">pub fn <a href="#method.to_cred" class="fn">to_cred</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="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../credential/struct.Credential.html" title="struct kanidmd_lib::credential::Credential">Credential</a>)></h4></section><section id="method.to_sshkey" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1500-1505">source</a><h4 class="code-header">pub fn <a href="#method.to_sshkey" class="fn">to_sshkey</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="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>)></h4></section><section id="method.to_spn" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1507-1512">source</a><h4 class="code-header">pub fn <a href="#method.to_spn" class="fn">to_spn</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="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>)></h4></section><section id="method.to_cid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1514-1519">source</a><h4 class="code-header">pub fn <a href="#method.to_cid" class="fn">to_cid</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><Cid></h4></section><section id="method.to_nsuniqueid" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1521-1526">source</a><h4 class="code-header">pub fn <a href="#method.to_nsuniqueid" class="fn">to_nsuniqueid</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="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.to_emailaddress" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1528-1533">source</a><h4 class="code-header">pub fn <a href="#method.to_emailaddress" class="fn">to_emailaddress</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="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.to_oauthscope" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1535-1540">source</a><h4 class="code-header">pub fn <a href="#method.to_oauthscope" class="fn">to_oauthscope</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="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.to_oauthscopemap" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1542-1547">source</a><h4 class="code-header">pub fn <a href="#method.to_oauthscopemap" class="fn">to_oauthscopemap</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.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="../idm/authsession/struct.Set.html" title="struct kanidmd_lib::idm::authsession::Set">BTreeSet</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>>)></h4></section><section id="method.to_restrictedstring" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1549-1554">source</a><h4 class="code-header">pub fn <a href="#method.to_restrictedstring" class="fn">to_restrictedstring</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="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.to_phonenumber" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1556-1561">source</a><h4 class="code-header">pub fn <a href="#method.to_phonenumber" class="fn">to_phonenumber</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="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.to_publicbinary" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1563-1568">source</a><h4 class="code-header">pub fn <a href="#method.to_publicbinary" class="fn">to_publicbinary</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="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/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.u8.html">u8</a>>)></h4></section><section id="method.to_address" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1570-1575">source</a><h4 class="code-header">pub fn <a href="#method.to_address" class="fn">to_address</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="struct.Address.html" title="struct kanidmd_lib::value::Address">Address</a>></h4></section><section id="method.to_intenttoken" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1577-1582">source</a><h4 class="code-header">pub fn <a href="#method.to_intenttoken" class="fn">to_intenttoken</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="https://doc.rust-lang.org/1.69.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="enum" href="enum.IntentTokenState.html" title="enum kanidmd_lib::value::IntentTokenState">IntentTokenState</a>)></h4></section><section id="method.to_session" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1584-1589">source</a><h4 class="code-header">pub fn <a href="#method.to_session" class="fn">to_session</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.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>, <a class="struct" href="struct.Session.html" title="struct kanidmd_lib::value::Session">Session</a>)></h4></section><section id="method.migrate_iutf8_iname" class="method"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1591-1596">source</a><h4 class="code-header">pub fn <a href="#method.migrate_iutf8_iname" class="fn">migrate_iutf8_iname</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><Self></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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#850">source</a><a href="#impl-Clone-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#850">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.Value.html" title="enum kanidmd_lib::value::Value">Value</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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#850">source</a><a href="#impl-Debug-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#850">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-From%3C%26bool%3E-for-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#959-963">source</a><a href="#impl-From%3C%26bool%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#960-962">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>(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%3CDbIdentSpn%3E-for-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1028-1036">source</a><a href="#impl-From%3CDbIdentSpn%3E-for-Value" 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="../be/dbentry/enum.DbIdentSpn.html" title="enum kanidmd_lib::be::dbentry::DbIdentSpn">DbIdentSpn</a>> for <a class="enum" href="enum.Value.html" title="enum kanidmd_lib::value::Value">Value</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#1029-1035">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>(dis: <a class="enum" href="../be/dbentry/enum.DbIdentSpn.html" title="enum kanidmd_lib::be::dbentry::DbIdentSpn">DbIdentSpn</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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#977-981">source</a><a href="#impl-From%3CFilter%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#978-980">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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#971-975">source</a><a href="#impl-From%3CIndexType%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#972-974">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="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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#983-987">source</a><a href="#impl-From%3COffsetDateTime%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#984-986">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>(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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#965-969">source</a><a href="#impl-From%3CSyntaxType%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-8" class="method trait-impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#966-968">source</a><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>(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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#995-999">source</a><a href="#impl-From%3CUrl%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#996-998">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: <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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#953-957">source</a><a href="#impl-From%3Cbool%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#954-956">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>(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-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#989-993">source</a><a href="#impl-From%3Cu32%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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#990-992">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>(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-PartialEq%3CValue%3E-for-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#897-949">source</a><a href="#impl-PartialEq%3CValue%3E-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</a>> for <a class="enum" href="enum.Value.html" title="enum kanidmd_lib::value::Value">Value</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#898-948">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="primitive" href="https://doc.rust-lang.org/1.69.0/std/primitive.reference.html">&Self</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><section id="impl-Eq-for-Value" class="impl"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#951">source</a><a href="#impl-Eq-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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-Value" class="impl"><a href="#impl-RefUnwindSafe-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</a></h3></section><section id="impl-Send-for-Value" class="impl"><a href="#impl-Send-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</a></h3></section><section id="impl-Sync-for-Value" class="impl"><a href="#impl-Sync-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</a></h3></section><section id="impl-Unpin-for-Value" class="impl"><a href="#impl-Unpin-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</a></h3></section><section id="impl-UnwindSafe-for-Value" class="impl"><a href="#impl-UnwindSafe-for-Value" 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.Value.html" title="enum kanidmd_lib::value::Value">Value</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-Value" 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-Value" 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-Value" class="impl"><a href="#impl-AsTaggedExplicit%3C'a%3E-for-Value" 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-Value" class="impl"><a href="#impl-AsTaggedImplicit%3C'a%3E-for-Value" 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-Value" 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-Value" 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-Value" 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-Value" 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-DynClone-for-Value" 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-Value" 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-Value" 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-Value" 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-9" 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-9" 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-Value" 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-Value" 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-Value" 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-Value" 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-Value" class="impl"><a href="#impl-Pointable-for-Value" 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-Value" 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-Value" 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-ToOwned-for-Value" 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-Value" 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-Value" 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-Value" 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-Value" 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-Value" 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-Value" class="impl"><a href="#impl-VZip%3CV%3E-for-Value" 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-Value" 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-Value" 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></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> |