pub enum Rating {
Easygoing,
Moderate,
NeedsStructure,
ReviewRequired,
Unknown,
}Expand description
Overall temperament rating used to rank play eligibility and behavior-review attention.
Variants§
Easygoing
Reviewed temperament is easygoing enough for normal handling unless other watchlist evidence exists.
Moderate
Temperament needs ordinary staff awareness but does not by itself block care workflows.
NeedsStructure
Pet benefits from structured handling or play rules that staff should review before assignment.
ReviewRequired
Temperament evidence requires behavior or manager review before it changes play access.
Unknown
People-orientation evidence is missing or unclear and should not drive handling policy by itself.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rating
impl<'de> Deserialize<'de> for Rating
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Rating
impl Eq for Rating
impl StructuralPartialEq for Rating
Auto Trait Implementations§
impl Freeze for Rating
impl RefUnwindSafe for Rating
impl Send for Rating
impl Sync for Rating
impl Unpin for Rating
impl UnsafeUnpin for Rating
impl UnwindSafe for Rating
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