Enum labware_tracker::labware_type::LabwareType [] [src]

pub enum LabwareType {
    Plate,
    Tube,
    Other,
}

Variants

Trait Implementations

impl PartialEq for LabwareType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for LabwareType
[src]

impl Debug for LabwareType
[src]

[src]

Formats the value using the given formatter.

impl Display for LabwareType
[src]

[src]

Formats the value using the given formatter. Read more

impl From<&'static str> for LabwareType
[src]

[src]

Performs the conversion.