pub enum FormationKind {
Formation,
Group,
Supergroup,
Member,
Bed,
Unknown,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Clone for FormationKind
impl Clone for FormationKind
Source§fn clone(&self) -> FormationKind
fn clone(&self) -> FormationKind
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 FormationKind
impl Debug for FormationKind
Source§impl Display for FormationKind
impl Display for FormationKind
Source§impl FromStr for FormationKind
impl FromStr for FormationKind
Source§impl Hash for FormationKind
impl Hash for FormationKind
Source§impl Ord for FormationKind
impl Ord for FormationKind
Source§fn cmp(&self, other: &FormationKind) -> Ordering
fn cmp(&self, other: &FormationKind) -> 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 FormationKind
impl PartialEq for FormationKind
Source§impl PartialOrd for FormationKind
impl PartialOrd for FormationKind
impl Eq for FormationKind
impl StructuralPartialEq for FormationKind
Auto Trait Implementations§
impl Freeze for FormationKind
impl RefUnwindSafe for FormationKind
impl Send for FormationKind
impl Sync for FormationKind
impl Unpin for FormationKind
impl UnsafeUnpin for FormationKind
impl UnwindSafe for FormationKind
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