pub enum Alignment {
None,
Law,
Neutrality,
Chaos,
}Expand description
The alignment of a character. A character’s alignment.
Variants§
Trait Implementations§
impl Copy for E
impl Eq for E
Source§impl Ord for E
impl Ord for E
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 E
impl PartialOrd for E
impl StructuralPartialEq for E
Auto Trait Implementations§
impl Freeze for E
impl RefUnwindSafe for E
impl Send for E
impl Sync for E
impl Unpin for E
impl UnsafeUnpin for E
impl UnwindSafe for E
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