pub struct SkillMatch {
pub score: f32,
pub skill: SkillSummary,
}Fields§
§score: f32§skill: SkillSummaryTrait Implementations§
Source§impl Clone for SkillMatch
impl Clone for SkillMatch
Source§fn clone(&self) -> SkillMatch
fn clone(&self) -> SkillMatch
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 SkillMatch
impl Debug for SkillMatch
Auto Trait Implementations§
impl Freeze for SkillMatch
impl RefUnwindSafe for SkillMatch
impl Send for SkillMatch
impl Sync for SkillMatch
impl Unpin for SkillMatch
impl UnsafeUnpin for SkillMatch
impl UnwindSafe for SkillMatch
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