pub enum MoonKind {
Regular,
Irregular,
Captured,
Shepherd,
Trojan,
Unknown,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Ord for MoonKind
impl Ord for MoonKind
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 PartialOrd for MoonKind
impl PartialOrd for MoonKind
impl Eq for MoonKind
impl StructuralPartialEq for MoonKind
Auto Trait Implementations§
impl Freeze for MoonKind
impl RefUnwindSafe for MoonKind
impl Send for MoonKind
impl Sync for MoonKind
impl Unpin for MoonKind
impl UnsafeUnpin for MoonKind
impl UnwindSafe for MoonKind
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