<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="Entries are the base unit of object storage in the server. This is one of the three foundational concepts along with `filter`s and `schema` that everything else builds upon."><title>kanidmd_lib::entry - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><linkrel="stylesheet"href="../../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../../static.files/rustdoc-c4dbdcde0fbd8430.css"id="mainThemeStyle"><linkrel="stylesheet"id="themeStyle"href="../../static.files/light-db279b6232be9c13.css"><linkrel="stylesheet"disabledhref="../../static.files/dark-cf923f49f397b216.css"><linkrel="stylesheet"disabledhref="../../static.files/ayu-be46fdc453a55015.css"><scriptsrc="../../static.files/storage-3891ce972e3a2bf8.js"></script><scriptdefersrc="../../static.files/main-98a684e84ae5b08b.js"></script><noscript><linkrel="stylesheet"href="../../static.files/noscript-13285aec31fa243e.css"></noscript><linkrel="alternate icon"type="image/png"href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><linkrel="alternate icon"type="image/png"href="../../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle">☰</button><aclass="logo-container"href="../../kanidmd_lib/index.html"><imgclass="rust-logo"src="../../static.files/rust-logo-151179464ae7ed46.svg"alt="logo"></a><h2></h2></nav><navclass="sidebar"><aclass="logo-container"href="../../kanidmd_lib/index.html"><imgclass="rust-logo"src="../../static.files/rust-logo-151179464ae7ed46.svg"alt="logo"></a><h2class="location"><ahref="#">Module entry</a></h2><divclass="sidebar-elems"><section><ulclass="block"><li><ahref="#structs">Structs</a></li><li><ahref="#types">Type Definitions</a></li></ul></section></div></nav><main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"title="help"tabindex="-1"><ahref="../../help.html">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Module <ahref="../index.html">kanidmd_lib</a>::<wbr><aclass="mod"href="#">entry</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="srclink"href="../../src/kanidmd_lib/entry.rs.html#1-3112">source</a> · <buttonid="toggle-all-docs"title="collapseall
concepts along with <ahref="../filter/index.html"><code>filter</code></a>s and <ahref="../schema/index.html"><code>schema</code></a> that everything else builds upon.</p>
<p>An <ahref="struct.Entry.html"><code>Entry</code></a> is a collection of attribute-value sets. There are sometimes called attribute value
assertions, or AVAs. The attribute is a “key” and it holds 1 to infinite associated values
with no ordering. An entry has many AVAs. A pseudo example, minus schema and typing:</p>
</div></details><h2id="structs"class="small-section-header"><ahref="#structs">Structs</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.Entry.html"title="struct kanidmd_lib::entry::Entry">Entry</a></div><divclass="desc docblock-short">Entry is the core data storage type of the server. Almost every aspect of the server is
designed to read, handle and manipulate entries.</div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryCommitted.html"title="struct kanidmd_lib::entry::EntryCommitted">EntryCommitted</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryInit.html"title="struct kanidmd_lib::entry::EntryInit">EntryInit</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryInvalid.html"title="struct kanidmd_lib::entry::EntryInvalid">EntryInvalid</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryNew.html"title="struct kanidmd_lib::entry::EntryNew">EntryNew</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryReduced.html"title="struct kanidmd_lib::entry::EntryReduced">EntryReduced</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryRefresh.html"title="struct kanidmd_lib::entry::EntryRefresh">EntryRefresh</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntrySealed.html"title="struct kanidmd_lib::entry::EntrySealed">EntrySealed</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.EntryValid.html"title="struct kanidmd_lib::entry::EntryValid">EntryValid</a></div></li><li><divclass="item-name"><aclass="struct"href="struct.Set.html"title="struct kanidmd_lib::entry::Set">Set</a></div><divclass="desc docblock-short">An ordered set based on a B-Tree.</div></li></ul><h2id="types"class="small-section-header"><ahref="#types">Type Definitions</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="type"href="type.Eattrs.html"title="type kanidmd_lib::entry::Eattrs">Eattrs</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntryInitNew.html"title="type kanidmd_lib::entry::EntryInitNew">EntryInitNew</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntryInvalidCommitted.html"title="type kanidmd_lib::entry::EntryInvalidCommitted">EntryInvalidCommitted</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntryInvalidNew.html"title="type kanidmd_lib::entry::EntryInvalidNew">EntryInvalidNew</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntryReducedCommitted.html"title="type kanidmd_lib::entry::EntryReducedCommitted">EntryReducedCommitted</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntryRefreshNew.html"title="type kanidmd_lib::entry::EntryRefreshNew">EntryRefreshNew</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntrySealedCommitted.html"title="type kanidmd_lib::entry::EntrySealedCommitted">EntrySealedCommitted</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntrySealedNew.html"title="type kanidmd_lib::entry::EntrySealedNew">EntrySealedNew</a></div></li><li><divclass="item-name"><aclass="type"href="type.EntryTuple.html"title="type kanidmd_lib::entry::EntryTuple">EntryTuple</a></div></li></ul></section></div></main><divid="rustdoc-vars"data-root-path="../../"data-static-root-path="../../static.files/"data-current-crate="kanidmd_lib"data-themes=""data-resource-suffix=""data-rustdoc-version="1.69.0 (84c898d65 2023-04-16)"data-search-js="search-8a59a8356673ec1f.js"data-settings-js="settings-f0c5c39777a9a2f6.js"data-settings-css="settings-0bcba95ff279c1db.css"></div></body></html>