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 duplicate 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 for BreedOrSpec
impl PartialEq for BreedOrSpec
impl Eq for BreedOrSpec
impl StructuralPartialEq for BreedOrSpec
Auto Trait Implementations§
impl Freeze for BreedOrSpec
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