pub enum AssemblySide {
Top,
Bottom,
Both,
Unknown,
}Expand description
Assembly side vocabulary.
Variants§
Trait Implementations§
Source§impl Clone for AssemblySide
impl Clone for AssemblySide
Source§fn clone(&self) -> AssemblySide
fn clone(&self) -> AssemblySide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssemblySide
impl Debug for AssemblySide
Source§impl Display for AssemblySide
impl Display for AssemblySide
Source§impl Hash for AssemblySide
impl Hash for AssemblySide
Source§impl Ord for AssemblySide
impl Ord for AssemblySide
Source§fn cmp(&self, other: &AssemblySide) -> Ordering
fn cmp(&self, other: &AssemblySide) -> Ordering
1.21.0 (const: unstable) · 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 AssemblySide
impl PartialEq for AssemblySide
Source§fn eq(&self, other: &AssemblySide) -> bool
fn eq(&self, other: &AssemblySide) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AssemblySide
impl PartialOrd for AssemblySide
impl Copy for AssemblySide
impl Eq for AssemblySide
impl StructuralPartialEq for AssemblySide
Auto Trait Implementations§
impl Freeze for AssemblySide
impl RefUnwindSafe for AssemblySide
impl Send for AssemblySide
impl Sync for AssemblySide
impl Unpin for AssemblySide
impl UnsafeUnpin for AssemblySide
impl UnwindSafe for AssemblySide
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