[][src]Trait agnes::label::Label

pub trait Label: Identifier {
    const NAME: &'static str;
    const TYPE: &'static str;
}

A label, which is simply an Identifier along with an associated const name and type description.

Associated Constants

const NAME: &'static str

The label name.

const TYPE: &'static str

The type description for the data referred to by this label.

Loading content...

Implementors

impl Label for agnes::test_utils::dept_table::DeptId[src]

impl Label for DeptName[src]

impl Label for agnes::test_utils::emp_table::DeptId[src]

impl Label for agnes::test_utils::emp_table::EmpId[src]

impl Label for agnes::test_utils::emp_table::EmpName[src]

impl Label for agnes::test_utils::extra_emp::DidTraining[src]

impl Label for agnes::test_utils::extra_emp::SalaryOffset[src]

impl Label for agnes::test_utils::extra_emp::VacationHrs[src]

impl Label for agnes::test_utils::full_emp_table::DeptId[src]

impl Label for agnes::test_utils::full_emp_table::DidTraining[src]

impl Label for agnes::test_utils::full_emp_table::EmpId[src]

impl Label for agnes::test_utils::full_emp_table::EmpName[src]

impl Label for agnes::test_utils::full_emp_table::SalaryOffset[src]

impl Label for agnes::test_utils::full_emp_table::VacationHrs[src]

Loading content...