pub struct SkillCombination {
pub target: SkillReference,
pub constituents: Vec<Vec<SkillReference>>,
}Fields§
§target: SkillReference§constituents: Vec<Vec<SkillReference>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkillCombination
impl RefUnwindSafe for SkillCombination
impl Send for SkillCombination
impl Sync for SkillCombination
impl Unpin for SkillCombination
impl UnwindSafe for SkillCombination
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