Type Alias EntryInitNew

Source
pub type EntryInitNew = Entry<EntryInit, EntryNew>;

Aliased Type§

pub struct EntryInitNew { /* private fields */ }

Trait Implementations§

Source§

impl From<&SchemaAttribute> for EntryInitNew

Source§

fn from(s: &SchemaAttribute) -> Self

Converts to this type from the input type.
Source§

impl From<&SchemaClass> for EntryInitNew

Source§

fn from(s: &SchemaClass) -> 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 FromIterator<(Attribute, Box<dyn ValueSetT + Sync + Send>)> for EntryInitNew

Source§

fn from_iter<I: IntoIterator<Item = (Attribute, ValueSet)>>(iter: I) -> Self

Creates a value from an iterator. Read more