Enum aqi_nacor_schema::schema::AnesthesiaCategoryCodeType[][src]

pub enum AnesthesiaCategoryCodeType {
    GeneralAnesthesia,
    MonitoredAnesthesiaCare,
    Neuraxial,
    PeripheralNerveBlock,
    NoAnesthesia,
    Unknown,
}

Variants

Trait Implementations

impl Clone for AnesthesiaCategoryCodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AnesthesiaCategoryCodeType
[src]

impl Debug for AnesthesiaCategoryCodeType
[src]

Formats the value using the given formatter. Read more

impl Hash for AnesthesiaCategoryCodeType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for AnesthesiaCategoryCodeType
[src]

impl PartialEq for AnesthesiaCategoryCodeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl SchemaStringType for AnesthesiaCategoryCodeType
[src]

Auto Trait Implementations