pub struct Skills {
pub data: Vec<Skill>,
pub modified: bool,
}Fields§
§data: Vec<Skill>§modified: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Skills
impl RefUnwindSafe for Skills
impl Send for Skills
impl Sync for Skills
impl Unpin for Skills
impl UnwindSafe for Skills
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