pub struct SkillUsage {
pub skill: String,
pub count: u32,
}Fields§
§skill: String§count: u32Trait Implementations§
Source§impl Clone for SkillUsage
impl Clone for SkillUsage
Source§fn clone(&self) -> SkillUsage
fn clone(&self) -> SkillUsage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkillUsage
impl Debug for SkillUsage
Auto Trait Implementations§
impl Freeze for SkillUsage
impl RefUnwindSafe for SkillUsage
impl Send for SkillUsage
impl Sync for SkillUsage
impl Unpin for SkillUsage
impl UnsafeUnpin for SkillUsage
impl UnwindSafe for SkillUsage
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