mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 21:17:01 +01:00
27 lines
35 KiB
HTML
27 lines
35 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="API documentation for the Rust `BackendTransaction` trait in crate `kanidmd_lib`."><meta name="keywords" content="rust, rustlang, rust-lang, BackendTransaction"><title>BackendTransaction in kanidmd_lib::be - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-1f7d512b176f0f72.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-124a1ca42af929b6.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-6827029ac823cab7.css" id="mainThemeStyle"><link rel="stylesheet" id="themeStyle" href="../../static.files/light-ebce58d0a40c3431.css"><link rel="stylesheet" disabled href="../../static.files/dark-f23faae4a2daf9a6.css"><link rel="stylesheet" disabled href="../../static.files/ayu-8af5e100b21cd173.css"><script id="default-settings" ></script><script src="../../static.files/storage-d43fa987303ecbbb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-c55e1eb52e1886b4.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[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="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../kanidmd_lib/index.html"><div class="logo-container"><img class="rust-logo" src="../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></div></a><h2 class="location"><a href="#">BackendTransaction</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.IdlLayerType">IdlLayerType</a></li><li><a href="#associatedtype.RuvType">RuvType</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.get_idlayer">get_idlayer</a></li><li><a href="#tymethod.get_idxmeta_ref">get_idxmeta_ref</a></li><li><a href="#tymethod.get_ruv">get_ruv</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.backup">backup</a></li><li><a href="#method.exists">exists</a></li><li><a href="#method.externalid2uuid">externalid2uuid</a></li><li><a href="#method.filter2idl">filter2idl</a></li><li><a href="#method.name2uuid">name2uuid</a></li><li><a href="#method.search">search</a></li><li><a href="#method.uuid2rdn">uuid2rdn</a></li><li><a href="#method.uuid2spn">uuid2spn</a></li><li><a href="#method.verify">verify</a></li><li><a href="#method.verify_entry_index">verify_entry_index</a></li><li><a href="#method.verify_indexes">verify_indexes</a></li><li><a href="#method.verify_ruv">verify_ruv</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In kanidmd_lib::be</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-5ec35bf9ca753509.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Trait <a href="../index.html">kanidmd_lib</a>::<wbr><a href="index.html">be</a>::<wbr><a class="trait" href="#">BackendTransaction</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/kanidmd_lib/be/mod.rs.html#194-896">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><div class="item-decl"><pre class="rust trait"><code>pub trait BackendTransaction {
|
||
type <a href="#associatedtype.IdlLayerType" class="associatedtype">IdlLayerType</a>: IdlArcSqliteTransaction;
|
||
type <a href="#associatedtype.RuvType" class="associatedtype">RuvType</a>: ReplicationUpdateVectorTransaction;
|
||
|
||
<details class="rustdoc-toggle type-contents-toggle"><summary class="hideme"><span>Show 15 methods</span></summary> fn <a href="#tymethod.get_idlayer" class="fn">get_idlayer</a>(&mut self) -> &mut Self::<a class="associatedtype" href="trait.BackendTransaction.html#associatedtype.IdlLayerType" title="type kanidmd_lib::be::BackendTransaction::IdlLayerType">IdlLayerType</a>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.get_ruv" class="fn">get_ruv</a>(&mut self) -> &mut Self::<a class="associatedtype" href="trait.BackendTransaction.html#associatedtype.RuvType" title="type kanidmd_lib::be::BackendTransaction::RuvType">RuvType</a>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.get_idxmeta_ref" class="fn">get_idxmeta_ref</a>(&self) -> &<a class="struct" href="struct.IdxMeta.html" title="struct kanidmd_lib::be::IdxMeta">IdxMeta</a>;
|
||
|
||
fn <a href="#method.filter2idl" class="fn">filter2idl</a>(<br> &mut self,<br> filt: &<a class="enum" href="../filter/enum.FilterResolved.html" title="enum kanidmd_lib::filter::FilterResolved">FilterResolved</a>,<br> thres: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a><br> ) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><(<a class="enum" href="enum.IdList.html" title="enum kanidmd_lib::be::IdList">IdList</a>, <a class="enum" href="../filter/enum.FilterPlan.html" title="enum kanidmd_lib::filter::FilterPlan">FilterPlan</a>), <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.search" class="fn">search</a>(<br> &mut self,<br> erl: &<a class="struct" href="struct.Limits.html" title="struct kanidmd_lib::be::Limits">Limits</a>,<br> filt: &<a class="struct" href="../filter/struct.Filter.html" title="struct kanidmd_lib::filter::Filter">Filter</a><<a class="struct" href="../filter/struct.FilterValidResolved.html" title="struct kanidmd_lib::filter::FilterValidResolved">FilterValidResolved</a>><br> ) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="type" href="../entry/type.EntrySealedCommitted.html" title="type kanidmd_lib::entry::EntrySealedCommitted">EntrySealedCommitted</a>>>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.exists" class="fn">exists</a>(<br> &mut self,<br> erl: &<a class="struct" href="struct.Limits.html" title="struct kanidmd_lib::be::Limits">Limits</a>,<br> filt: &<a class="struct" href="../filter/struct.Filter.html" title="struct kanidmd_lib::filter::Filter">Filter</a><<a class="struct" href="../filter/struct.FilterValidResolved.html" title="struct kanidmd_lib::filter::FilterValidResolved">FilterValidResolved</a>><br> ) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.verify" class="fn">verify</a>(&mut self) -> <a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>>> <a href="#" class="notable-traits" data-ty="Vec<Result<(), ConsistencyError>>">ⓘ</a> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.verify_entry_index" class="fn">verify_entry_index</a>(<br> &mut self,<br> e: &<a class="struct" href="../entry/struct.Entry.html" title="struct kanidmd_lib::entry::Entry">Entry</a><<a class="struct" href="../entry/struct.EntrySealed.html" title="struct kanidmd_lib::entry::EntrySealed">EntrySealed</a>, <a class="struct" href="../entry/struct.EntryCommitted.html" title="struct kanidmd_lib::entry::EntryCommitted">EntryCommitted</a>><br> ) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.verify_indexes" class="fn">verify_indexes</a>(&mut self) -> <a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>>> <a href="#" class="notable-traits" data-ty="Vec<Result<(), ConsistencyError>>">ⓘ</a> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.verify_ruv" class="fn">verify_ruv</a>(&mut self, results: &mut <a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>>>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.backup" class="fn">backup</a>(&mut self, dst_path: &<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.name2uuid" class="fn">name2uuid</a>(&mut self, name: &<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/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="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.externalid2uuid" class="fn">externalid2uuid</a>(<br> &mut self,<br> name: &<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.str.html">str</a><br> ) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/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="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.uuid2spn" class="fn">uuid2spn</a>(&mut self, uuid: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../value/enum.Value.html" title="enum kanidmd_lib::value::Value">Value</a>>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.uuid2rdn" class="fn">uuid2rdn</a>(&mut self, uuid: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>> { ... }
|
||
</details>}</code></pre></div><h2 id="required-associated-types" class="small-section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.IdlLayerType" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#195">source</a><h4 class="code-header">type <a href="#associatedtype.IdlLayerType" class="associatedtype">IdlLayerType</a>: IdlArcSqliteTransaction</h4></section><section id="associatedtype.RuvType" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#198">source</a><h4 class="code-header">type <a href="#associatedtype.RuvType" class="associatedtype">RuvType</a>: ReplicationUpdateVectorTransaction</h4></section></div><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.get_idlayer" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#196">source</a><h4 class="code-header">fn <a href="#tymethod.get_idlayer" class="fn">get_idlayer</a>(&mut self) -> &mut Self::<a class="associatedtype" href="trait.BackendTransaction.html#associatedtype.IdlLayerType" title="type kanidmd_lib::be::BackendTransaction::IdlLayerType">IdlLayerType</a></h4></section><section id="tymethod.get_ruv" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#199">source</a><h4 class="code-header">fn <a href="#tymethod.get_ruv" class="fn">get_ruv</a>(&mut self) -> &mut Self::<a class="associatedtype" href="trait.BackendTransaction.html#associatedtype.RuvType" title="type kanidmd_lib::be::BackendTransaction::RuvType">RuvType</a></h4></section><section id="tymethod.get_idxmeta_ref" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#201">source</a><h4 class="code-header">fn <a href="#tymethod.get_idxmeta_ref" class="fn">get_idxmeta_ref</a>(&self) -> &<a class="struct" href="struct.IdxMeta.html" title="struct kanidmd_lib::be::IdxMeta">IdxMeta</a></h4></section></div><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.filter2idl" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#206">source</a><h4 class="code-header">fn <a href="#method.filter2idl" class="fn">filter2idl</a>(<br> &mut self,<br> filt: &<a class="enum" href="../filter/enum.FilterResolved.html" title="enum kanidmd_lib::filter::FilterResolved">FilterResolved</a>,<br> thres: <a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.usize.html">usize</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><(<a class="enum" href="enum.IdList.html" title="enum kanidmd_lib::be::IdList">IdList</a>, <a class="enum" href="../filter/enum.FilterPlan.html" title="enum kanidmd_lib::filter::FilterPlan">FilterPlan</a>), <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section></summary><div class="docblock"><p>Recursively apply a filter, transforming into IdList’s on the way. This builds a query
|
||
execution log, so that it can be examined how an operation proceeded.</p>
|
||
</div></details><section id="method.search" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#566">source</a><h4 class="code-header">fn <a href="#method.search" class="fn">search</a>(<br> &mut self,<br> erl: &<a class="struct" href="struct.Limits.html" title="struct kanidmd_lib::be::Limits">Limits</a>,<br> filt: &<a class="struct" href="../filter/struct.Filter.html" title="struct kanidmd_lib::filter::Filter">Filter</a><<a class="struct" href="../filter/struct.FilterValidResolved.html" title="struct kanidmd_lib::filter::FilterValidResolved">FilterValidResolved</a>><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><<a class="type" href="../entry/type.EntrySealedCommitted.html" title="type kanidmd_lib::entry::EntrySealedCommitted">EntrySealedCommitted</a>>>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.exists" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#661">source</a><h4 class="code-header">fn <a href="#method.exists" class="fn">exists</a>(<br> &mut self,<br> erl: &<a class="struct" href="struct.Limits.html" title="struct kanidmd_lib::be::Limits">Limits</a>,<br> filt: &<a class="struct" href="../filter/struct.Filter.html" title="struct kanidmd_lib::filter::Filter">Filter</a><<a class="struct" href="../filter/struct.FilterValidResolved.html" title="struct kanidmd_lib::filter::FilterValidResolved">FilterValidResolved</a>><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.bool.html">bool</a>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section></summary><div class="docblock"><p>Given a filter, assert some condition exists.
|
||
Basically, this is a specialised case of search, where we don’t need to
|
||
load any candidates if they match. This is heavily used in uuid
|
||
refint and attr uniqueness.</p>
|
||
</div></details><section id="method.verify" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#722-724">source</a><h4 class="code-header">fn <a href="#method.verify" class="fn">verify</a>(&mut self) -> <a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>>> <a href="#" class="notable-traits" data-ty="Vec<Result<(), ConsistencyError>>">ⓘ</a></h4></section><section id="method.verify_entry_index" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#726-798">source</a><h4 class="code-header">fn <a href="#method.verify_entry_index" class="fn">verify_entry_index</a>(<br> &mut self,<br> e: &<a class="struct" href="../entry/struct.Entry.html" title="struct kanidmd_lib::entry::Entry">Entry</a><<a class="struct" href="../entry/struct.EntrySealed.html" title="struct kanidmd_lib::entry::EntrySealed">EntrySealed</a>, <a class="struct" href="../entry/struct.EntryCommitted.html" title="struct kanidmd_lib::entry::EntryCommitted">EntryCommitted</a>><br>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>></h4></section><section id="method.verify_indexes" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#800-817">source</a><h4 class="code-header">fn <a href="#method.verify_indexes" class="fn">verify_indexes</a>(&mut self) -> <a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>>> <a href="#" class="notable-traits" data-ty="Vec<Result<(), ConsistencyError>>">ⓘ</a></h4></section><section id="method.verify_ruv" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#819-832">source</a><h4 class="code-header">fn <a href="#method.verify_ruv" class="fn">verify_ruv</a>(&mut self, results: &mut <a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.ConsistencyError.html" title="enum kanidmd_lib::prelude::ConsistencyError">ConsistencyError</a>>>)</h4></section><section id="method.backup" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#834-879">source</a><h4 class="code-header">fn <a href="#method.backup" class="fn">backup</a>(&mut self, dst_path: &<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.unit.html">()</a>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section><section id="method.name2uuid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#881-883">source</a><h4 class="code-header">fn <a href="#method.name2uuid" class="fn">name2uuid</a>(&mut self, name: &<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/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="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section><section id="method.externalid2uuid" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#885-887">source</a><h4 class="code-header">fn <a href="#method.externalid2uuid" class="fn">externalid2uuid</a>(&mut self, name: &<a class="primitive" href="https://doc.rust-lang.org/1.67.1/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/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="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section><section id="method.uuid2spn" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#889-891">source</a><h4 class="code-header">fn <a href="#method.uuid2spn" class="fn">uuid2spn</a>(&mut self, uuid: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../value/enum.Value.html" title="enum kanidmd_lib::value::Value">Value</a>>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section><section id="method.uuid2rdn" class="method has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#893-895">source</a><h4 class="code-header">fn <a href="#method.uuid2rdn" class="fn">uuid2rdn</a>(&mut self, uuid: <a class="struct" href="../prelude/struct.Uuid.html" title="struct kanidmd_lib::prelude::Uuid">Uuid</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.67.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.67.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.67.1/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>, <a class="enum" href="../prelude/enum.OperationError.html" title="enum kanidmd_lib::prelude::OperationError">OperationError</a>></h4></section></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BackendTransaction-for-BackendReadTransaction%3C%27a%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#898-913">source</a><a href="#impl-BackendTransaction-for-BackendReadTransaction%3C%27a%3E" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.BackendTransaction.html" title="trait kanidmd_lib::be::BackendTransaction">BackendTransaction</a> for <a class="struct" href="struct.BackendReadTransaction.html" title="struct kanidmd_lib::be::BackendReadTransaction">BackendReadTransaction</a><'a></h3></section></summary><div class="impl-items"><section id="associatedtype.IdlLayerType-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.IdlLayerType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.IdlLayerType" class="associatedtype">IdlLayerType</a> = IdlArcSqliteReadTransaction<'a></h4></section><section id="associatedtype.RuvType-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.RuvType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RuvType" class="associatedtype">RuvType</a> = ReplicationUpdateVectorReadTransaction<'a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BackendTransaction-for-BackendWriteTransaction%3C%27a%3E" class="impl has-srclink"><a class="srclink rightside" href="../../src/kanidmd_lib/be/mod.rs.html#936-951">source</a><a href="#impl-BackendTransaction-for-BackendWriteTransaction%3C%27a%3E" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.BackendTransaction.html" title="trait kanidmd_lib::be::BackendTransaction">BackendTransaction</a> for <a class="struct" href="struct.BackendWriteTransaction.html" title="struct kanidmd_lib::be::BackendWriteTransaction">BackendWriteTransaction</a><'a></h3></section></summary><div class="impl-items"><section id="associatedtype.IdlLayerType-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.IdlLayerType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.IdlLayerType" class="associatedtype">IdlLayerType</a> = IdlArcSqliteWriteTransaction<'a></h4></section><section id="associatedtype.RuvType-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.RuvType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RuvType" class="associatedtype">RuvType</a> = ReplicationUpdateVectorWriteTransaction<'a></h4></section></div></details></div><script src="../../implementors/kanidmd_lib/be/trait.BackendTransaction.js" async></script><script type="text/json" id="notable-traits-data">{"Vec<Result<(), ConsistencyError>>":"<h3>Notable traits for <code><a class=\"struct\" href=\"https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/1.67.1/std/primitive.u8.html\">u8</a>, A></code></h3><pre class=\"content\"><code><span class=\"where fmt-newline\">impl<A> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.67.1/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/1.67.1/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a><<a class=\"primitive\" href=\"https://doc.rust-lang.org/1.67.1/std/primitive.u8.html\">u8</a>, A><span class=\"where fmt-newline\">where<br> A: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.67.1/core/alloc/trait.Allocator.html\" title=\"trait core::alloc::Allocator\">Allocator</a>,</span></span>"}</script></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="kanidmd_lib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.67.1 (d5a82bbd2 2023-02-07)" data-search-js="search-444266647c4dba98.js" data-settings-js="settings-bebeae96e00e4617.js" data-settings-css="settings-af96d9e2fc13e081.css" ></div></body></html> |