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
impl From<BuiltinAccount> for EntryInitNew
source§fn from(value: BuiltinAccount) -> Self
fn from(value: BuiltinAccount) -> Self
Converts to this type from the input type.
source§impl From<BuiltinAcp> for EntryInitNew
impl From<BuiltinAcp> for EntryInitNew
source§fn from(value: BuiltinAcp) -> Self
fn from(value: BuiltinAcp) -> Self
Converts to this type from the input type.
source§impl From<SchemaAttribute> for EntryInitNew
impl From<SchemaAttribute> for EntryInitNew
source§fn from(value: SchemaAttribute) -> Self
fn from(value: SchemaAttribute) -> Self
Converts to this type from the input type.
source§impl From<SchemaClass> for EntryInitNew
impl From<SchemaClass> for EntryInitNew
source§fn from(value: SchemaClass) -> Self
fn from(value: SchemaClass) -> Self
Converts to this type from the input type.
source§impl TryFrom<BuiltinGroup> for EntryInitNew
impl TryFrom<BuiltinGroup> for EntryInitNew
source§type Error = OperationError
type Error = OperationError
The type returned in the event of a conversion error.
source§fn try_from(val: BuiltinGroup) -> Result<Self, OperationError>
fn try_from(val: BuiltinGroup) -> Result<Self, OperationError>
Performs the conversion.