pub enum Personality {
None,
Friendly,
Pragmatic,
}Variants§
Trait Implementations§
Source§impl Clone for Personality
impl Clone for Personality
Source§fn clone(&self) -> Personality
fn clone(&self) -> Personality
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 Personality
impl Debug for Personality
Source§impl PartialEq for Personality
impl PartialEq for Personality
impl Copy for Personality
impl Eq for Personality
impl StructuralPartialEq for Personality
Auto Trait Implementations§
impl Freeze for Personality
impl RefUnwindSafe for Personality
impl Send for Personality
impl Sync for Personality
impl Unpin for Personality
impl UnsafeUnpin for Personality
impl UnwindSafe for Personality
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