Type Alias kanidmd_lib::entry::EntryInitNew

source ·
pub type EntryInitNew = Entry<EntryInit, EntryNew>;

Aliased Type§

struct EntryInitNew { /* private fields */ }

Trait Implementations§

source§

impl From<BuiltinAccount> for EntryInitNew

source§

fn from(value: BuiltinAccount) -> Self

Converts to this type from the input type.
source§

impl From<BuiltinAcp> for EntryInitNew

source§

fn from(value: BuiltinAcp) -> Self

Converts to this type from the input type.
source§

impl From<SchemaAttribute> for EntryInitNew

source§

fn from(value: SchemaAttribute) -> Self

Converts to this type from the input type.
source§

impl From<SchemaClass> for EntryInitNew

source§

fn from(value: SchemaClass) -> Self

Converts to this type from the input type.
source§

impl TryFrom<BuiltinGroup> for EntryInitNew

§

type Error = OperationError

The type returned in the event of a conversion error.
source§

fn try_from(val: BuiltinGroup) -> Result<Self, OperationError>

Performs the conversion.