Enum redfish_codegen::models::resource::v1_7_10::Orientation
source · pub enum Orientation {
FrontToBack,
BackToFront,
TopToBottom,
BottomToTop,
LeftToRight,
RightToLeft,
}
Expand description
The orientations for the ordering of the part location ordinal value.
Variants§
FrontToBack
This value shall indicate the ordering for LocationOrdinalValue is front to back.
BackToFront
This value shall indicate the ordering for LocationOrdinalValue is back to front.
TopToBottom
This value shall indicate the ordering for LocationOrdinalValue is top to bottom.
BottomToTop
This value shall indicate the ordering for LocationOrdinalValue is bottom to top.
LeftToRight
This value shall indicate the ordering for LocationOrdinalValue is left to right.
RightToLeft
This value shall indicate the ordering for LocationOrdinalValue is right to left.
Trait Implementations§
source§impl Clone for Orientation
impl Clone for Orientation
source§fn clone(&self) -> Orientation
fn clone(&self) -> Orientation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Orientation
impl Debug for Orientation
source§impl Default for Orientation
impl Default for Orientation
source§fn default() -> Orientation
fn default() -> Orientation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Orientation
impl<'de> Deserialize<'de> for Orientation
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