pub enum FormFactor {
Variant2PostFrame,
Variant4PostFrame,
Variant4PostCabinet,
WallFrame,
WallFrameVertical,
WallCabinet,
WallCabinetVertical,
Empty,
Null,
}Expand description
2-post-frame- 2-post frame *4-post-frame- 4-post frame *4-post-cabinet- 4-post cabinet *wall-frame- Wall-mounted frame *wall-frame-vertical- Wall-mounted frame (vertical) *wall-cabinet- Wall-mounted cabinet *wall-cabinet-vertical- Wall-mounted cabinet (vertical)
Variants§
Variant2PostFrame
Variant4PostFrame
Variant4PostCabinet
WallFrame
WallFrameVertical
WallCabinet
WallCabinetVertical
Empty
Null
Trait Implementations§
Source§impl Clone for FormFactor
impl Clone for FormFactor
Source§fn clone(&self) -> FormFactor
fn clone(&self) -> FormFactor
Returns a duplicate 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 FormFactor
impl Debug for FormFactor
Source§impl Default for FormFactor
impl Default for FormFactor
Source§fn default() -> FormFactor
fn default() -> FormFactor
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FormFactor
impl<'de> Deserialize<'de> for FormFactor
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
Source§impl Hash for FormFactor
impl Hash for FormFactor
Source§impl Ord for FormFactor
impl Ord for FormFactor
Source§fn cmp(&self, other: &FormFactor) -> Ordering
fn cmp(&self, other: &FormFactor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FormFactor
impl PartialEq for FormFactor
Source§impl PartialOrd for FormFactor
impl PartialOrd for FormFactor
Source§impl Serialize for FormFactor
impl Serialize for FormFactor
impl Copy for FormFactor
impl Eq for FormFactor
impl StructuralPartialEq for FormFactor
Auto Trait Implementations§
impl Freeze for FormFactor
impl RefUnwindSafe for FormFactor
impl Send for FormFactor
impl Sync for FormFactor
impl Unpin for FormFactor
impl UnwindSafe for FormFactor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.