Struct breed_planner::breed::BreedPlan
source · pub struct BreedPlan {
steps: Vec<Breed>,
specs: HashSet<MonsterVis>,
}
Fields§
§steps: Vec<Breed>
§specs: HashSet<MonsterVis>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BreedPlan
impl Send for BreedPlan
impl Sync for BreedPlan
impl Unpin for BreedPlan
impl UnwindSafe for BreedPlan
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