pub enum GoalFitStrength {
Strong,
Good,
Weak,
}Variants§
Trait Implementations§
Source§impl Clone for GoalFitStrength
impl Clone for GoalFitStrength
Source§fn clone(&self) -> GoalFitStrength
fn clone(&self) -> GoalFitStrength
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 GoalFitStrength
impl Debug for GoalFitStrength
Source§impl PartialEq for GoalFitStrength
impl PartialEq for GoalFitStrength
Source§impl Serialize for GoalFitStrength
impl Serialize for GoalFitStrength
impl Eq for GoalFitStrength
impl StructuralPartialEq for GoalFitStrength
Auto Trait Implementations§
impl Freeze for GoalFitStrength
impl RefUnwindSafe for GoalFitStrength
impl Send for GoalFitStrength
impl Sync for GoalFitStrength
impl Unpin for GoalFitStrength
impl UnsafeUnpin for GoalFitStrength
impl UnwindSafe for GoalFitStrength
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