mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-25 05:27:01 +01:00
53 lines
128 KiB
HTML
53 lines
128 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."><meta name="keywords" content="rust, rustlang, rust-lang, Value"><title>Value in kanidmd_lib::value - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../normalize.css"><link rel="stylesheet" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../ayu.css" disabled><link rel="stylesheet" href="../../dark.css" disabled><link rel="stylesheet" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.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="sidebar-logo" href="../../kanidmd_lib/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../kanidmd_lib/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Value</a></h2><div class="sidebar-elems"><section><div class="block"><h3 class="sidebar-title"><a href="#variants">Variants</a></h3><ul><li><a href="#variant.Address">Address</a></li><li><a href="#variant.Bool">Bool</a></li><li><a href="#variant.Cid">Cid</a></li><li><a href="#variant.Cred">Cred</a></li><li><a href="#variant.DateTime">DateTime</a></li><li><a href="#variant.DeviceKey">DeviceKey</a></li><li><a href="#variant.EmailAddress">EmailAddress</a></li><li><a href="#variant.Iname">Iname</a></li><li><a href="#variant.Index">Index</a></li><li><a href="#variant.IntentToken">IntentToken</a></li><li><a href="#variant.Iutf8">Iutf8</a></li><li><a href="#variant.JsonFilt">JsonFilt</a></li><li><a href="#variant.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.TrustedDeviceEnrollment">TrustedDeviceEnrollment</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></div><div class="block"><h3 class="sidebar-title"><a href="#implementations">Methods</a></h3><ul><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_indexs">new_indexs</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">new_refer</a></li><li><a href="#method.new_refer_r">new_refer_r</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">new_uuid</a></li><li><a href="#method.new_uuids">new_uuids</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_trusteddeviceenrollment">to_trusteddeviceenrollment</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></div><div class="block"><h3 class="sidebar-title"><a href="#trait-implementations">Trait Implementations</a></h3><ul><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></div><div class="block"><h3 class="sidebar-title"><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul><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></div><div class="block"><h3 class="sidebar-title"><a href="#blanket-implementations">Blanket Implementations</a></h3><ul><li><a href="#impl-Any-for-Value">Any</a></li><li><a href="#impl-AsTaggedExplicit%3C%27a%3E-for-Value">AsTaggedExplicit<'a></a></li><li><a href="#impl-AsTaggedImplicit%3C%27a%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></div></section><h2 class="location"><a href="index.html">In kanidmd_lib::value</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../kanidmd_lib/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">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" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/kanidmd_lib/value.rs.html#744-786">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span></div><div class="docblock item-decl"><pre class="rust enum"><code>pub enum Value {
|
||
<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 35 variants</span></summary> Utf8(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Iutf8(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Iname(<a class="struct" href="https://doc.rust-lang.org/1.65.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.65.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(ProtoFilter),
|
||
Cred(<a class="struct" href="https://doc.rust-lang.org/1.65.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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
SecretValue(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Spn(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
Uint32(<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u32.html">u32</a>),
|
||
Cid(Cid),
|
||
Nsuniqueid(<a class="struct" href="https://doc.rust-lang.org/1.65.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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>),
|
||
PhoneNumber(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="primitive" href="https://doc.rust-lang.org/1.65.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.65.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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>),
|
||
PrivateBinary(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>),
|
||
PublicBinary(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>),
|
||
RestrictedString(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>),
|
||
IntentToken(<a class="struct" href="https://doc.rust-lang.org/1.65.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.65.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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, DeviceKeyV4),
|
||
TrustedDeviceEnrollment(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>),
|
||
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>),
|
||
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(UiHint),
|
||
</details>}</code></pre></div><details class="rustdoc-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><h3 id="variant.Utf8" class="variant small-section-header"><a href="#variant.Utf8" class="anchor field"></a><code>Utf8(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.Iutf8" class="variant small-section-header"><a href="#variant.Iutf8" class="anchor field"></a><code>Iutf8(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.Iname" class="variant small-section-header"><a href="#variant.Iname" class="anchor field"></a><code>Iname(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><div class="docblock"><p>Case insensitive Name for a thing?</p>
|
||
</div><h3 id="variant.Uuid" class="variant small-section-header"><a href="#variant.Uuid" class="anchor field"></a><code>Uuid(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</code></h3><h3 id="variant.Bool" class="variant small-section-header"><a href="#variant.Bool" class="anchor field"></a><code>Bool(<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>)</code></h3><h3 id="variant.Syntax" class="variant small-section-header"><a href="#variant.Syntax" class="anchor field"></a><code>Syntax(<a class="enum" href="enum.SyntaxType.html" title="enum kanidmd_lib::value::SyntaxType">SyntaxType</a>)</code></h3><h3 id="variant.Index" class="variant small-section-header"><a href="#variant.Index" class="anchor field"></a><code>Index(<a class="enum" href="enum.IndexType.html" title="enum kanidmd_lib::value::IndexType">IndexType</a>)</code></h3><h3 id="variant.Refer" class="variant small-section-header"><a href="#variant.Refer" class="anchor field"></a><code>Refer(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</code></h3><h3 id="variant.JsonFilt" class="variant small-section-header"><a href="#variant.JsonFilt" class="anchor field"></a><code>JsonFilt(ProtoFilter)</code></h3><h3 id="variant.Cred" class="variant small-section-header"><a href="#variant.Cred" class="anchor field"></a><code>Cred(<a class="struct" href="https://doc.rust-lang.org/1.65.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>)</code></h3><h3 id="variant.SshKey" class="variant small-section-header"><a href="#variant.SshKey" class="anchor field"></a><code>SshKey(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.SecretValue" class="variant small-section-header"><a href="#variant.SecretValue" class="anchor field"></a><code>SecretValue(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.Spn" class="variant small-section-header"><a href="#variant.Spn" class="anchor field"></a><code>Spn(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.Uint32" class="variant small-section-header"><a href="#variant.Uint32" class="anchor field"></a><code>Uint32(<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u32.html">u32</a>)</code></h3><h3 id="variant.Cid" class="variant small-section-header"><a href="#variant.Cid" class="anchor field"></a><code>Cid(Cid)</code></h3><h3 id="variant.Nsuniqueid" class="variant small-section-header"><a href="#variant.Nsuniqueid" class="anchor field"></a><code>Nsuniqueid(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.DateTime" class="variant small-section-header"><a href="#variant.DateTime" class="anchor field"></a><code>DateTime(OffsetDateTime)</code></h3><h3 id="variant.EmailAddress" class="variant small-section-header"><a href="#variant.EmailAddress" class="anchor field"></a><code>EmailAddress(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>)</code></h3><h3 id="variant.PhoneNumber" class="variant small-section-header"><a href="#variant.PhoneNumber" class="anchor field"></a><code>PhoneNumber(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>)</code></h3><h3 id="variant.Address" class="variant small-section-header"><a href="#variant.Address" class="anchor field"></a><code>Address(<a class="struct" href="struct.Address.html" title="struct kanidmd_lib::value::Address">Address</a>)</code></h3><h3 id="variant.Url" class="variant small-section-header"><a href="#variant.Url" class="anchor field"></a><code>Url(<a class="struct" href="../prelude/struct.Url.html" title="struct kanidmd_lib::prelude::Url">Url</a>)</code></h3><h3 id="variant.OauthScope" class="variant small-section-header"><a href="#variant.OauthScope" class="anchor field"></a><code>OauthScope(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.OauthScopeMap" class="variant small-section-header"><a href="#variant.OauthScopeMap" class="anchor field"></a><code>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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>)</code></h3><h3 id="variant.PrivateBinary" class="variant small-section-header"><a href="#variant.PrivateBinary" class="anchor field"></a><code>PrivateBinary(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>)</code></h3><h3 id="variant.PublicBinary" class="variant small-section-header"><a href="#variant.PublicBinary" class="anchor field"></a><code>PublicBinary(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>)</code></h3><h3 id="variant.RestrictedString" class="variant small-section-header"><a href="#variant.RestrictedString" class="anchor field"></a><code>RestrictedString(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)</code></h3><h3 id="variant.IntentToken" class="variant small-section-header"><a href="#variant.IntentToken" class="anchor field"></a><code>IntentToken(<a class="struct" href="https://doc.rust-lang.org/1.65.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>)</code></h3><h3 id="variant.Passkey" class="variant small-section-header"><a href="#variant.Passkey" class="anchor field"></a><code>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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, PasskeyV4)</code></h3><h3 id="variant.DeviceKey" class="variant small-section-header"><a href="#variant.DeviceKey" class="anchor field"></a><code>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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, DeviceKeyV4)</code></h3><h3 id="variant.TrustedDeviceEnrollment" class="variant small-section-header"><a href="#variant.TrustedDeviceEnrollment" class="anchor field"></a><code>TrustedDeviceEnrollment(<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>)</code></h3><h3 id="variant.Session" class="variant small-section-header"><a href="#variant.Session" class="anchor field"></a><code>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>)</code></h3><h3 id="variant.Oauth2Session" class="variant small-section-header"><a href="#variant.Oauth2Session" class="anchor field"></a><code>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>)</code></h3><h3 id="variant.JwsKeyEs256" class="variant small-section-header"><a href="#variant.JwsKeyEs256" class="anchor field"></a><code>JwsKeyEs256(JwsSigner)</code></h3><h3 id="variant.JwsKeyRs256" class="variant small-section-header"><a href="#variant.JwsKeyRs256" class="anchor field"></a><code>JwsKeyRs256(JwsSigner)</code></h3><h3 id="variant.UiHint" class="variant small-section-header"><a href="#variant.UiHint" class="anchor field"></a><code>UiHint(UiHint)</code></h3><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#925-1570">source</a><a href="#impl-Value" class="anchor"></a><h3 class="code-header in-band">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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#927-929">source</a><h4 class="code-header">pub fn <a href="#method.new_utf8" class="fnname">new_utf8</a>(s: <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> Self</h4></section><section id="method.new_utf8s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#931-933">source</a><h4 class="code-header">pub fn <a href="#method.new_utf8s" class="fnname">new_utf8s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_utf8" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#935-937">source</a><h4 class="code-header">pub fn <a href="#method.is_utf8" class="fnname">is_utf8</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_iutf8" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#939-941">source</a><h4 class="code-header">pub fn <a href="#method.new_iutf8" class="fnname">new_iutf8</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_iutf8" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#943-945">source</a><h4 class="code-header">pub fn <a href="#method.is_iutf8" class="fnname">is_iutf8</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_class" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#947-949">source</a><h4 class="code-header">pub fn <a href="#method.new_class" class="fnname">new_class</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_attr" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#951-953">source</a><h4 class="code-header">pub fn <a href="#method.new_attr" class="fnname">new_attr</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_insensitive_utf8" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#955-957">source</a><h4 class="code-header">pub fn <a href="#method.is_insensitive_utf8" class="fnname">is_insensitive_utf8</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_iname" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#959-961">source</a><h4 class="code-header">pub fn <a href="#method.new_iname" class="fnname">new_iname</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_iname" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#963-965">source</a><h4 class="code-header">pub fn <a href="#method.is_iname" class="fnname">is_iname</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_uuid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#967-969">source</a><h4 class="code-header">pub fn <a href="#method.new_uuid" class="fnname">new_uuid</a>(u: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> Self</h4></section><section id="method.new_uuids" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#971-973">source</a><h4 class="code-header">pub fn <a href="#method.new_uuids" class="fnname">new_uuids</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_uuid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#976-978">source</a><h4 class="code-header">pub fn <a href="#method.is_uuid" class="fnname">is_uuid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_bool" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#980-982">source</a><h4 class="code-header">pub fn <a href="#method.new_bool" class="fnname">new_bool</a>(b: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>) -> Self</h4></section><section id="method.new_bools" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#984-986">source</a><h4 class="code-header">pub fn <a href="#method.new_bools" class="fnname">new_bools</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_bool" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#989-991">source</a><h4 class="code-header">pub fn <a href="#method.is_bool" class="fnname">is_bool</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_syntaxs" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#993-995">source</a><h4 class="code-header">pub fn <a href="#method.new_syntaxs" class="fnname">new_syntaxs</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_syntax" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#997-999">source</a><h4 class="code-header">pub fn <a href="#method.new_syntax" class="fnname">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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1001-1003">source</a><h4 class="code-header">pub fn <a href="#method.is_syntax" class="fnname">is_syntax</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_indexs" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1005-1007">source</a><h4 class="code-header">pub fn <a href="#method.new_indexs" class="fnname">new_indexs</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_index" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1009-1011">source</a><h4 class="code-header">pub fn <a href="#method.new_index" class="fnname">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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1013-1015">source</a><h4 class="code-header">pub fn <a href="#method.is_index" class="fnname">is_index</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_refer" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1017-1019">source</a><h4 class="code-header">pub fn <a href="#method.new_refer" class="fnname">new_refer</a>(u: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> Self</h4></section><section id="method.new_refer_r" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1021-1023">source</a><h4 class="code-header">pub fn <a href="#method.new_refer_r" class="fnname">new_refer_r</a>(u: &<a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> Self</h4></section><section id="method.new_refer_s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1025-1027">source</a><h4 class="code-header">pub fn <a href="#method.new_refer_s" class="fnname">new_refer_s</a>(us: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_refer" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1029-1031">source</a><h4 class="code-header">pub fn <a href="#method.is_refer" class="fnname">is_refer</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_json_filter_s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1033-1035">source</a><h4 class="code-header">pub fn <a href="#method.new_json_filter_s" class="fnname">new_json_filter_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_json_filter" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1037-1039">source</a><h4 class="code-header">pub fn <a href="#method.new_json_filter" class="fnname">new_json_filter</a>(f: ProtoFilter) -> Self</h4></section><section id="method.is_json_filter" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1041-1043">source</a><h4 class="code-header">pub fn <a href="#method.is_json_filter" class="fnname">is_json_filter</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.as_json_filter" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1045-1050">source</a><h4 class="code-header">pub fn <a href="#method.as_json_filter" class="fnname">as_json_filter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&ProtoFilter></h4></section><section id="method.new_credential" class="method has-srclink"><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_credential" class="fnname">new_credential</a>(tag: &<a class="primitive" href="https://doc.rust-lang.org/1.65.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 has-srclink"><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_credential" class="fnname">is_credential</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.to_credential" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1060-1065">source</a><h4 class="code-header">pub fn <a href="#method.to_credential" class="fnname">to_credential</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1067-1069">source</a><h4 class="code-header">pub fn <a href="#method.new_secret_str" class="fnname">new_secret_str</a>(cleartext: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_secret_string" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1071-1073">source</a><h4 class="code-header">pub fn <a href="#method.is_secret_string" class="fnname">is_secret_string</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_secret_str" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1075-1080">source</a><h4 class="code-header">pub fn <a href="#method.get_secret_str" class="fnname">get_secret_str</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>></h4></section><section id="method.new_sshkey_str" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1082-1084">source</a><h4 class="code-header">pub fn <a href="#method.new_sshkey_str" class="fnname">new_sshkey_str</a>(tag: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>, key: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_sshkey" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1086-1088">source</a><h4 class="code-header">pub fn <a href="#method.new_sshkey" class="fnname">new_sshkey</a>(tag: <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, key: <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> Self</h4></section><section id="method.is_sshkey" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1090-1092">source</a><h4 class="code-header">pub fn <a href="#method.is_sshkey" class="fnname">is_sshkey</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_sshkey" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1094-1099">source</a><h4 class="code-header">pub fn <a href="#method.get_sshkey" class="fnname">get_sshkey</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>></h4></section><section id="method.new_spn_parse" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1101-1113">source</a><h4 class="code-header">pub fn <a href="#method.new_spn_parse" class="fnname">new_spn_parse</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_spn_str" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1115-1117">source</a><h4 class="code-header">pub fn <a href="#method.new_spn_str" class="fnname">new_spn_str</a>(n: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>, r: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.is_spn" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1119-1121">source</a><h4 class="code-header">pub fn <a href="#method.is_spn" class="fnname">is_spn</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_uint32" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1123-1125">source</a><h4 class="code-header">pub fn <a href="#method.new_uint32" class="fnname">new_uint32</a>(u: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u32.html">u32</a>) -> Self</h4></section><section id="method.new_uint32_str" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1127-1129">source</a><h4 class="code-header">pub fn <a href="#method.new_uint32_str" class="fnname">new_uint32_str</a>(u: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_uint32" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1131-1133">source</a><h4 class="code-header">pub fn <a href="#method.is_uint32" class="fnname">is_uint32</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_cid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1135-1137">source</a><h4 class="code-header">pub fn <a href="#method.new_cid" class="fnname">new_cid</a>(c: Cid) -> Self</h4></section><section id="method.is_cid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1139-1141">source</a><h4 class="code-header">pub fn <a href="#method.is_cid" class="fnname">is_cid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_nsuniqueid_s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1143-1149">source</a><h4 class="code-header">pub fn <a href="#method.new_nsuniqueid_s" class="fnname">new_nsuniqueid_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_nsuniqueid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1151-1153">source</a><h4 class="code-header">pub fn <a href="#method.is_nsuniqueid" class="fnname">is_nsuniqueid</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_datetime_epoch" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1155-1157">source</a><h4 class="code-header">pub fn <a href="#method.new_datetime_epoch" class="fnname">new_datetime_epoch</a>(ts: <a class="struct" href="https://doc.rust-lang.org/1.65.0/core/time/struct.Duration.html" title="struct core::time::Duration">Duration</a>) -> Self</h4></section><section id="method.new_datetime_s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1159-1164">source</a><h4 class="code-header">pub fn <a href="#method.new_datetime_s" class="fnname">new_datetime_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_datetime" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1166-1168">source</a><h4 class="code-header">pub fn <a href="#method.new_datetime" class="fnname">new_datetime</a>(dt: OffsetDateTime) -> Self</h4></section><section id="method.to_datetime" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1170-1178">source</a><h4 class="code-header">pub fn <a href="#method.to_datetime" class="fnname">to_datetime</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><OffsetDateTime></h4></section><section id="method.is_datetime" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1180-1182">source</a><h4 class="code-header">pub fn <a href="#method.is_datetime" class="fnname">is_datetime</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_email_address_s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1184-1190">source</a><h4 class="code-header">pub fn <a href="#method.new_email_address_s" class="fnname">new_email_address_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1192-1198">source</a><h4 class="code-header">pub fn <a href="#method.new_email_address_primary_s" class="fnname">new_email_address_primary_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_email_address" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1200-1202">source</a><h4 class="code-header">pub fn <a href="#method.is_email_address" class="fnname">is_email_address</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_phonenumber_s" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1204-1206">source</a><h4 class="code-header">pub fn <a href="#method.new_phonenumber_s" class="fnname">new_phonenumber_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> Self</h4></section><section id="method.new_address" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1208-1210">source</a><h4 class="code-header">pub fn <a href="#method.new_address" class="fnname">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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1212-1214">source</a><h4 class="code-header">pub fn <a href="#method.new_url_s" class="fnname">new_url_s</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.new_url" class="method has-srclink"><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_url" class="fnname">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 has-srclink"><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_url" class="fnname">is_url</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_oauthscope" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1224-1230">source</a><h4 class="code-header">pub fn <a href="#method.new_oauthscope" class="fnname">new_oauthscope</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_oauthscope" class="method has-srclink"><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_oauthscope" class="fnname">is_oauthscope</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_oauthscopemap" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1236-1242">source</a><h4 class="code-header">pub fn <a href="#method.new_oauthscopemap" class="fnname">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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section><section id="method.is_oauthscopemap" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1244-1246">source</a><h4 class="code-header">pub fn <a href="#method.is_oauthscopemap" class="fnname">is_oauthscopemap</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_privatebinary" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1254-1256">source</a><h4 class="code-header">pub fn <a href="#method.new_privatebinary" class="fnname">new_privatebinary</a>(der: &[<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>]) -> Self</h4></section><section id="method.to_privatebinary" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1258-1263">source</a><h4 class="code-header">pub fn <a href="#method.to_privatebinary" class="fnname">to_privatebinary</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>></h4></section><section id="method.is_privatebinary" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1265-1267">source</a><h4 class="code-header">pub fn <a href="#method.is_privatebinary" class="fnname">is_privatebinary</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a></h4></section><section id="method.new_publicbinary" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1269-1271">source</a><h4 class="code-header">pub fn <a href="#method.new_publicbinary" class="fnname">new_publicbinary</a>(tag: <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, der: <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>) -> Self</h4></section><section id="method.new_restrictedstring" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1273-1275">source</a><h4 class="code-header">pub fn <a href="#method.new_restrictedstring" class="fnname">new_restrictedstring</a>(s: <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>) -> Self</h4></section><section id="method.to_str" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1291-1298">source</a><h4 class="code-header">pub fn <a href="#method.to_str" class="fnname">to_str</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.str.html">str</a>></h4></section><section id="method.to_url" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1300-1305">source</a><h4 class="code-header">pub fn <a href="#method.to_url" class="fnname">to_url</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1307-1314">source</a><h4 class="code-header">pub fn <a href="#method.as_string" class="fnname">as_string</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_ref_uuid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1318-1326">source</a><h4 class="code-header">pub fn <a href="#method.to_ref_uuid" class="fnname">to_ref_uuid</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1328-1333">source</a><h4 class="code-header">pub fn <a href="#method.to_uuid" class="fnname">to_uuid</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1335-1340">source</a><h4 class="code-header">pub fn <a href="#method.to_indextype" class="fnname">to_indextype</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1342-1347">source</a><h4 class="code-header">pub fn <a href="#method.to_syntaxtype" class="fnname">to_syntaxtype</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1349-1355">source</a><h4 class="code-header">pub fn <a href="#method.to_bool" class="fnname">to_bool</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>></h4></section><section id="method.to_uint32" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1357-1362">source</a><h4 class="code-header">pub fn <a href="#method.to_uint32" class="fnname">to_uint32</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u32.html">u32</a>></h4></section><section id="method.to_utf8" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1364-1369">source</a><h4 class="code-header">pub fn <a href="#method.to_utf8" class="fnname">to_utf8</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_iutf8" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1371-1376">source</a><h4 class="code-header">pub fn <a href="#method.to_iutf8" class="fnname">to_iutf8</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_iname" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1378-1383">source</a><h4 class="code-header">pub fn <a href="#method.to_iname" class="fnname">to_iname</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_jsonfilt" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1385-1390">source</a><h4 class="code-header">pub fn <a href="#method.to_jsonfilt" class="fnname">to_jsonfilt</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><ProtoFilter></h4></section><section id="method.to_cred" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1392-1397">source</a><h4 class="code-header">pub fn <a href="#method.to_cred" class="fnname">to_cred</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1399-1404">source</a><h4 class="code-header">pub fn <a href="#method.to_sshkey" class="fnname">to_sshkey</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)></h4></section><section id="method.to_spn" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1406-1411">source</a><h4 class="code-header">pub fn <a href="#method.to_spn" class="fnname">to_spn</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>)></h4></section><section id="method.to_cid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1413-1418">source</a><h4 class="code-header">pub fn <a href="#method.to_cid" class="fnname">to_cid</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Cid></h4></section><section id="method.to_nsuniqueid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1420-1425">source</a><h4 class="code-header">pub fn <a href="#method.to_nsuniqueid" class="fnname">to_nsuniqueid</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_emailaddress" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1427-1432">source</a><h4 class="code-header">pub fn <a href="#method.to_emailaddress" class="fnname">to_emailaddress</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_oauthscope" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1434-1439">source</a><h4 class="code-header">pub fn <a href="#method.to_oauthscope" class="fnname">to_oauthscope</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_oauthscopemap" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1441-1446">source</a><h4 class="code-header">pub fn <a href="#method.to_oauthscopemap" class="fnname">to_oauthscopemap</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>)></h4></section><section id="method.to_restrictedstring" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1448-1453">source</a><h4 class="code-header">pub fn <a href="#method.to_restrictedstring" class="fnname">to_restrictedstring</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_phonenumber" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1455-1460">source</a><h4 class="code-header">pub fn <a href="#method.to_phonenumber" class="fnname">to_phonenumber</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></h4></section><section id="method.to_publicbinary" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1462-1467">source</a><h4 class="code-header">pub fn <a href="#method.to_publicbinary" class="fnname">to_publicbinary</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="https://doc.rust-lang.org/1.65.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u8.html">u8</a>>)></h4></section><section id="method.to_address" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1469-1474">source</a><h4 class="code-header">pub fn <a href="#method.to_address" class="fnname">to_address</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1476-1481">source</a><h4 class="code-header">pub fn <a href="#method.to_intenttoken" class="fnname">to_intenttoken</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(<a class="struct" href="https://doc.rust-lang.org/1.65.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_trusteddeviceenrollment" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1483-1488">source</a><h4 class="code-header">pub fn <a href="#method.to_trusteddeviceenrollment" class="fnname">to_trusteddeviceenrollment</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.unit.html">()</a>)></h4></section><section id="method.to_session" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1490-1495">source</a><h4 class="code-header">pub fn <a href="#method.to_session" class="fnname">to_session</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#1497-1502">source</a><h4 class="code-header">pub fn <a href="#method.migrate_iutf8_iname" class="fnname">migrate_iutf8_iname</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Clone-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#743">source</a><a href="#impl-Clone-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#743">source</a><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/clone/trait.Clone.html#tymethod.clone" class="fnname">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.65.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl has-srclink"><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.65.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.65.0/core/clone/trait.Clone.html#method.clone_from" class="fnname">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&</a>Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.65.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Debug-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#743">source</a><a href="#impl-Debug-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#743">source</a><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fnname">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.65.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.65.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.65.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3C%26bool%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#846-850">source</a><a href="#impl-From%3C%26bool%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><&<a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#847-849">source</a><a href="#method.from-1" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(b: &<a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CDbIdentSpn%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#915-923">source</a><a href="#impl-From%3CDbIdentSpn%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#916-922">source</a><a href="#method.from-8" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CFilter%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#864-868">source</a><a href="#impl-From%3CFilter%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><Filter> 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="rustdoc-toggle method-toggle" open><summary><section id="method.from-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#865-867">source</a><a href="#method.from-4" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(i: ProtoFilter) -> Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CIndexType%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#858-862">source</a><a href="#impl-From%3CIndexType%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#859-861">source</a><a href="#method.from-3" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3COffsetDateTime%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#870-874">source</a><a href="#impl-From%3COffsetDateTime%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#871-873">source</a><a href="#method.from-5" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CSyntaxType%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#852-856">source</a><a href="#impl-From%3CSyntaxType%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#853-855">source</a><a href="#method.from-2" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CUrl%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#882-886">source</a><a href="#impl-From%3CUrl%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#883-885">source</a><a href="#method.from-7" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cbool%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#840-844">source</a><a href="#impl-From%3Cbool%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#841-843">source</a><a href="#method.from" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(b: <a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu32%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#876-880">source</a><a href="#impl-From%3Cu32%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#877-879">source</a><a href="#method.from-6" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(i: <a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CValue%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#788-836">source</a><a href="#impl-PartialEq%3CValue%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#789-835">source</a><a href="#method.eq" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fnname">eq</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&</a>Self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.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>. <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl has-srclink"><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.65.0/src/core/cmp.rs.html#236">source</a></span><a href="#method.ne" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#method.ne" class="fnname">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.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. <a href="https://doc.rust-lang.org/1.65.0/core/cmp/trait.PartialEq.html#method.ne">Read more</a></div></details></div></details><section id="impl-Eq-for-Value" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/value.rs.html#838">source</a><a href="#impl-Eq-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a href="#impl-RefUnwindSafe-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a href="#impl-Send-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a href="#impl-Sync-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a href="#impl-Unpin-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a href="#impl-UnwindSafe-for-Value" class="anchor"></a><h3 class="code-header in-band">impl <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle"><summary><section id="impl-Any-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/any.rs.html#200">source</a><a href="#impl-Any-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where<br> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.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.65.0/core/any/trait.Any.html#tymethod.type_id" class="fnname">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.65.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.65.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-AsTaggedExplicit%3C%27a%3E-for-Value" class="impl has-srclink"><a href="#impl-AsTaggedExplicit%3C%27a%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<'a, T> AsTaggedExplicit<'a> for T<span class="where fmt-newline">where<br> T: 'a,</span></h3></section></summary><div class="impl-items"><section id="method.explicit" class="method trait-impl has-srclink"><a href="#method.explicit" class="anchor"></a><h4 class="code-header">fn <a class="fnname">explicit</a>(self, class: Class, tag: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u32.html">u32</a>) -> TaggedParser<'a, Explicit, Self></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-AsTaggedImplicit%3C%27a%3E-for-Value" class="impl has-srclink"><a href="#impl-AsTaggedImplicit%3C%27a%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<'a, T> AsTaggedImplicit<'a> for T<span class="where fmt-newline">where<br> T: 'a,</span></h3></section></summary><div class="impl-items"><section id="method.implicit" class="method trait-impl has-srclink"><a href="#method.implicit" class="anchor"></a><h4 class="code-header">fn <a class="fnname">implicit</a>(<br> self,<br> class: Class,<br> constructed: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.bool.html">bool</a>,<br> tag: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.u32.html">u32</a><br>) -> TaggedParser<'a, Implicit, Self></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl has-srclink"><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.65.0/src/core/borrow.rs.html#211">source</a></span><a href="#method.borrow" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fnname">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&</a>T</h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.65.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/borrow.rs.html#218">source</a><a href="#impl-BorrowMut%3CT%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/1.65.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl has-srclink"><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.65.0/src/core/borrow.rs.html#219">source</a></span><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fnname">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&mut </a>T</h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.65.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-DynClone-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://docs.rs/dyn_clone/1.0.9/src/dyn_clone/lib.rs.html#188">source</a><a href="#impl-DynClone-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://docs.rs/dyn_clone/1.0.9/dyn_clone/trait.DynClone.html" title="trait dyn_clone::DynClone">DynClone</a> for T<span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/1.65.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 has-srclink"><a class="srclink rightside" href="https://docs.rs/dyn_clone/1.0.9/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.9/dyn_clone/trait.DynClone.html#tymethod.__clone_box" class="fnname">__clone_box</a>(&self, Private) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.unit.html">()</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#559">source</a><a href="#impl-From%3CT%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.from-9" class="method trait-impl has-srclink"><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.65.0/src/core/convert/mod.rs.html#562">source</a></span><a href="#method.from-9" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Instrument-for-Value" class="impl has-srclink"><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 in-band">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="rustdoc-toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl has-srclink"><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="fnname">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="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="rustdoc-toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl has-srclink"><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="fnname">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">current</a> <a href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"><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="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#543">source</a><a href="#impl-Into%3CU%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><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.65.0/src/core/convert/mod.rs.html#551">source</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.Into.html#tymethod.into" class="fnname">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.65.0/core/convert/trait.From.html" title="From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Pointable-for-Value" class="impl has-srclink"><a href="#impl-Pointable-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> Pointable for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedconstant.ALIGN" class="associatedconstant trait-impl has-srclink"><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.65.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="rustdoc-toggle" open><summary><section id="associatedtype.Init" class="associatedtype trait-impl has-srclink"><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="rustdoc-toggle method-toggle" open><summary><section id="method.init" class="method trait-impl has-srclink"><a href="#method.init" class="anchor"></a><h4 class="code-header">unsafe fn <a class="fnname">init</a>(init: <T as Pointable>::Init) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl has-srclink"><a href="#method.deref" class="anchor"></a><h4 class="code-header">unsafe fn <a class="fnname">deref</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&'a </a>T</h4></section></summary><div class='docblock'>Dereferences the given pointer. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.deref_mut" class="method trait-impl has-srclink"><a href="#method.deref_mut" class="anchor"></a><h4 class="code-header">unsafe fn <a class="fnname">deref_mut</a><'a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.usize.html">usize</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&'a mut </a>T</h4></section></summary><div class='docblock'>Mutably dereferences the given pointer. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.drop" class="method trait-impl has-srclink"><a href="#method.drop" class="anchor"></a><h4 class="code-header">unsafe fn <a class="fnname">drop</a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle"><summary><section id="impl-Same%3CT%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://docs.rs/typenum/1.15.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 in-band">impl<T> <a class="trait" href="https://docs.rs/typenum/1.15.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="rustdoc-toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output" class="anchor"></a><h4 class="code-header">type <a href="https://docs.rs/typenum/1.15.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="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/alloc/borrow.rs.html#83">source</a><a href="#impl-ToOwned-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.65.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/alloc/borrow.rs.html#88">source</a><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fnname">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.65.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/alloc/borrow.rs.html#92">source</a><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fnname">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&mut </a>T)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.65.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#601">source</a><a href="#impl-TryFrom%3CU%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl has-srclink"><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.65.0/src/core/convert/mod.rs.html#607">source</a></span><a href="#method.try_from" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fnname">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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.65.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-Value" class="impl has-srclink"><a class="srclink rightside" href="https://doc.rust-lang.org/1.65.0/src/core/convert/mod.rs.html#586">source</a><a href="#impl-TryInto%3CU%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl has-srclink"><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.65.0/src/core/convert/mod.rs.html#592">source</a></span><a href="#method.try_into" class="anchor"></a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.65.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fnname">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.65.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.65.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.65.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="rustdoc-toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-Value" class="impl has-srclink"><a href="#impl-VZip%3CV%3E-for-Value" class="anchor"></a><h3 class="code-header in-band">impl<V, T> VZip<V> for T<span class="where fmt-newline">where<br> V: MultiLane<T>,</span></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl has-srclink"><a href="#method.vzip" class="anchor"></a><h4 class="code-header">fn <a class="fnname">vzip</a>(self) -> V</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-Value" class="impl has-srclink"><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 in-band">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="rustdoc-toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl has-srclink"><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="fnname">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<br> S: <a class="trait" href="https://doc.rust-lang.org/1.65.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"><code>Subscriber</code></a> to this type, returning a
|
||
<a href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html" title="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="rustdoc-toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl has-srclink"><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="fnname">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">default</a> <a href="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a
|
||
<a href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html" title="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-current-crate="kanidmd_lib" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.65.0 (897e37553 2022-11-02)" ></div></body></html> |