pub enum FigureKind {
Animal,
Creature,
Object,
Symbol,
HumanLike,
Abstract,
Unknown,
}Expand description
Broad figure category for a Fellow Friend fixture.
Variants§
Animal
Animal figure.
Creature
Creature figure.
Object
Object figure.
Symbol
Symbol figure.
HumanLike
Human-like figure.
Abstract
Abstract figure.
Unknown
Unknown or intentionally unspecified figure category.
Trait Implementations§
Source§impl Clone for FigureKind
impl Clone for FigureKind
Source§fn clone(&self) -> FigureKind
fn clone(&self) -> FigureKind
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 FigureKind
impl Debug for FigureKind
Source§impl Display for FigureKind
impl Display for FigureKind
Source§impl Hash for FigureKind
impl Hash for FigureKind
Source§impl Ord for FigureKind
impl Ord for FigureKind
Source§fn cmp(&self, other: &FigureKind) -> Ordering
fn cmp(&self, other: &FigureKind) -> 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 FigureKind
impl PartialEq for FigureKind
Source§impl PartialOrd for FigureKind
impl PartialOrd for FigureKind
impl Copy for FigureKind
impl Eq for FigureKind
impl StructuralPartialEq for FigureKind
Auto Trait Implementations§
impl Freeze for FigureKind
impl RefUnwindSafe for FigureKind
impl Send for FigureKind
impl Sync for FigureKind
impl Unpin for FigureKind
impl UnsafeUnpin for FigureKind
impl UnwindSafe for FigureKind
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