Enum genius_invokation::WeaponType
source · pub enum WeaponType {
Catalyst,
Bow,
Claymore,
Polearm,
Sword,
}Variants§
Trait Implementations§
source§impl Clone for WeaponType
impl Clone for WeaponType
source§fn clone(&self) -> WeaponType
fn clone(&self) -> WeaponType
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 WeaponType
impl Debug for WeaponType
source§impl Hash for WeaponType
impl Hash for WeaponType
source§impl PartialEq<WeaponType> for WeaponType
impl PartialEq<WeaponType> for WeaponType
source§fn eq(&self, other: &WeaponType) -> bool
fn eq(&self, other: &WeaponType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.