Struct breed_web::skill_detail::SkillCombination
source · 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 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