Struct kanidmd_lib::server::QueryServer
source · pub struct QueryServer { /* private fields */ }
Implementations§
source§impl QueryServer
impl QueryServer
pub async fn initialise_helper(&self, ts: Duration) -> Result<(), OperationError>
source§impl QueryServer
impl QueryServer
pub fn new(be: Backend, schema: Schema, domain_name: String) -> Self
pub fn try_quiesce(&self)
pub async fn read(&self) -> QueryServerReadTransaction<'_>
pub async fn write(&self, curtime: Duration) -> QueryServerWriteTransaction<'_>
pub async fn verify(&self) -> Vec<Result<(), ConsistencyError>> ⓘ
Trait Implementations§
source§impl Clone for QueryServer
impl Clone for QueryServer
source§fn clone(&self) -> QueryServer
fn clone(&self) -> QueryServer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more