pub struct GoalFit {
pub goal: String,
pub strength: GoalFitStrength,
pub detail: String,
}Fields§
§goal: String§strength: GoalFitStrength§detail: StringTrait Implementations§
impl Eq for GoalFit
impl StructuralPartialEq for GoalFit
Auto Trait Implementations§
impl Freeze for GoalFit
impl RefUnwindSafe for GoalFit
impl Send for GoalFit
impl Sync for GoalFit
impl Unpin for GoalFit
impl UnsafeUnpin for GoalFit
impl UnwindSafe for GoalFit
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