Enum breed_planner::breed::BreedOrSpec
source · enum BreedOrSpec {
Breed(Breed),
Spec(MonsterVis),
}
Variants§
Breed(Breed)
Spec(MonsterVis)
Trait Implementations§
source§impl Clone for BreedOrSpec
impl Clone for BreedOrSpec
source§fn clone(&self) -> BreedOrSpec
fn clone(&self) -> BreedOrSpec
Returns a copy of the value. Read more
1.0.0 · 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 BreedOrSpec
impl Debug for BreedOrSpec
source§impl FromStr for BreedOrSpec
impl FromStr for BreedOrSpec
source§impl PartialEq<BreedOrSpec> for BreedOrSpec
impl PartialEq<BreedOrSpec> for BreedOrSpec
source§fn eq(&self, other: &BreedOrSpec) -> bool
fn eq(&self, other: &BreedOrSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BreedOrSpec
impl StructuralEq for BreedOrSpec
impl StructuralPartialEq for BreedOrSpec
Auto Trait Implementations§
impl RefUnwindSafe for BreedOrSpec
impl Send for BreedOrSpec
impl Sync for BreedOrSpec
impl Unpin for BreedOrSpec
impl UnwindSafe for BreedOrSpec
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