pub enum PersonaAxis {
Instrumentality,
Verbosity,
Persistence,
Systematicity,
Curiosity,
}Variants§
Implementations§
Source§impl PersonaAxis
impl PersonaAxis
Trait Implementations§
Source§impl Clone for PersonaAxis
impl Clone for PersonaAxis
Source§fn clone(&self) -> PersonaAxis
fn clone(&self) -> PersonaAxis
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 PersonaAxis
impl Debug for PersonaAxis
Source§impl Hash for PersonaAxis
impl Hash for PersonaAxis
Source§impl Ord for PersonaAxis
impl Ord for PersonaAxis
Source§fn cmp(&self, other: &PersonaAxis) -> Ordering
fn cmp(&self, other: &PersonaAxis) -> 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 PersonaAxis
impl PartialEq for PersonaAxis
Source§impl PartialOrd for PersonaAxis
impl PartialOrd for PersonaAxis
impl Copy for PersonaAxis
impl Eq for PersonaAxis
impl StructuralPartialEq for PersonaAxis
Auto Trait Implementations§
impl Freeze for PersonaAxis
impl RefUnwindSafe for PersonaAxis
impl Send for PersonaAxis
impl Sync for PersonaAxis
impl Unpin for PersonaAxis
impl UnsafeUnpin for PersonaAxis
impl UnwindSafe for PersonaAxis
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