pub type EntryInitNew = Entry<EntryInit, EntryNew>;
Aliased Type§
pub struct EntryInitNew { /* private fields */ }
Trait Implementations§
Source§impl From<&SchemaAttribute> for EntryInitNew
impl From<&SchemaAttribute> for EntryInitNew
Source§fn from(s: &SchemaAttribute) -> Self
fn from(s: &SchemaAttribute) -> Self
Converts to this type from the input type.
Source§impl From<&SchemaClass> for EntryInitNew
impl From<&SchemaClass> for EntryInitNew
Source§fn from(s: &SchemaClass) -> Self
fn from(s: &SchemaClass) -> 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.