pub enum Reference {
Top,
Bottom,
Front,
Rear,
Left,
Right,
Middle,
}
Expand description
The reference areas for the location of the part within an enclosure.
Variants§
Top
This value shall indicate the part is in the top of the unit.
Bottom
This value shall indicate the part is in the bottom of the unit.
Front
This value shall indicate the part is in the front of the unit.
Rear
This value shall indicate the part is in the rear of the unit.
Left
This value shall indicate the part is on the left side of of the unit.
Right
This value shall indicate the part is on the right side of the unit.
Middle
This value shall indicate the part is in the middle of the unit.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Reference
impl<'de> Deserialize<'de> for Reference
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more