kanidmd_lib::idm::server

Type Alias DomainInfoRead

Source
pub type DomainInfoRead = CowCellReadTxn<DomainInfo>;

Aliased Type§

struct DomainInfoRead(/* private fields */);

Trait Implementations

§

impl<T> Clone for CowCellReadTxn<T>

§

fn clone(&self) -> CowCellReadTxn<T>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for CowCellReadTxn<T>
where T: Debug,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Deref for CowCellReadTxn<T>

§

type Target = T

The resulting type after dereferencing.
§

fn deref(&self) -> &T

Dereferences the value.