pub struct RMHierarchyEntry {
pub system: BigFiveSystem,
pub equivalents: Vec<&'static str>,
pub conservation_note: &'static str,
}Expand description
One level in the RM hierarchy.
Fields§
§system: BigFiveSystemThe Big Five system.
equivalents: Vec<&'static str>Representative equivalent principles (names only).
conservation_note: &'static strKey conservation result for this level.
Trait Implementations§
Source§impl Clone for RMHierarchyEntry
impl Clone for RMHierarchyEntry
Source§fn clone(&self) -> RMHierarchyEntry
fn clone(&self) -> RMHierarchyEntry
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 moreAuto Trait Implementations§
impl Freeze for RMHierarchyEntry
impl RefUnwindSafe for RMHierarchyEntry
impl Send for RMHierarchyEntry
impl Sync for RMHierarchyEntry
impl Unpin for RMHierarchyEntry
impl UnsafeUnpin for RMHierarchyEntry
impl UnwindSafe for RMHierarchyEntry
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