Type Alias query_structure::InternalEnum

source ·
pub type InternalEnum = Zipper<EnumId>;

Aliased Type§

struct InternalEnum {
    pub id: EnumId,
    pub dm: InternalDataModel,
}

Fields§

§id: EnumId§dm: InternalDataModel

Implementations§

source§

impl InternalEnum

source

pub fn name(&self) -> &str

source

pub fn db_name(&self) -> &str

source

pub fn schema_name(&self) -> Option<&str>

Trait Implementations§

source§

impl Debug for InternalEnum

source§

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

Formats the value using the given formatter. Read more