Struct veloren_common::comp::body::biped_large::AllSpecies
source · pub struct AllSpecies<SpeciesMeta> {Show 34 fields
pub ogre: SpeciesMeta,
pub cyclops: SpeciesMeta,
pub wendigo: SpeciesMeta,
pub troll_cave: SpeciesMeta,
pub troll_mountain: SpeciesMeta,
pub troll_swamp: SpeciesMeta,
pub dullahan: SpeciesMeta,
pub werewolf: SpeciesMeta,
pub saurok_occult: SpeciesMeta,
pub saurok_mighty: SpeciesMeta,
pub saurok_sly: SpeciesMeta,
pub mindflayer: SpeciesMeta,
pub minotaur: SpeciesMeta,
pub tidalwarrior: SpeciesMeta,
pub yeti: SpeciesMeta,
pub harvester: SpeciesMeta,
pub oni_blue: SpeciesMeta,
pub oni_red: SpeciesMeta,
pub cultist_warlord: SpeciesMeta,
pub cultist_warlock: SpeciesMeta,
pub husk_brute: SpeciesMeta,
pub tursus: SpeciesMeta,
pub gigas_frost: SpeciesMeta,
pub adlet_elder: SpeciesMeta,
pub sea_bishop: SpeciesMeta,
pub haniwa_general: SpeciesMeta,
pub terracotta_besieger: SpeciesMeta,
pub terracotta_demolisher: SpeciesMeta,
pub terracotta_punisher: SpeciesMeta,
pub terracotta_pursuer: SpeciesMeta,
pub cursekeeper: SpeciesMeta,
pub forgemaster: SpeciesMeta,
pub strigoi: SpeciesMeta,
pub executioner: SpeciesMeta,
}
Expand description
Data representing per-species generic data.
NOTE: Deliberately don’t (yet?) implement serialize.
Fields§
§ogre: SpeciesMeta
§cyclops: SpeciesMeta
§wendigo: SpeciesMeta
§troll_cave: SpeciesMeta
§troll_mountain: SpeciesMeta
§troll_swamp: SpeciesMeta
§dullahan: SpeciesMeta
§werewolf: SpeciesMeta
§saurok_occult: SpeciesMeta
§saurok_mighty: SpeciesMeta
§saurok_sly: SpeciesMeta
§mindflayer: SpeciesMeta
§minotaur: SpeciesMeta
§tidalwarrior: SpeciesMeta
§yeti: SpeciesMeta
§harvester: SpeciesMeta
§oni_blue: SpeciesMeta
§oni_red: SpeciesMeta
§cultist_warlord: SpeciesMeta
§cultist_warlock: SpeciesMeta
§husk_brute: SpeciesMeta
§tursus: SpeciesMeta
§gigas_frost: SpeciesMeta
§adlet_elder: SpeciesMeta
§sea_bishop: SpeciesMeta
§haniwa_general: SpeciesMeta
§terracotta_besieger: SpeciesMeta
§terracotta_demolisher: SpeciesMeta
§terracotta_punisher: SpeciesMeta
§terracotta_pursuer: SpeciesMeta
§cursekeeper: SpeciesMeta
§forgemaster: SpeciesMeta
§strigoi: SpeciesMeta
§executioner: SpeciesMeta
Trait Implementations§
source§impl<SpeciesMeta: Clone> Clone for AllSpecies<SpeciesMeta>
impl<SpeciesMeta: Clone> Clone for AllSpecies<SpeciesMeta>
source§fn clone(&self) -> AllSpecies<SpeciesMeta>
fn clone(&self) -> AllSpecies<SpeciesMeta>
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<SpeciesMeta: Debug> Debug for AllSpecies<SpeciesMeta>
impl<SpeciesMeta: Debug> Debug for AllSpecies<SpeciesMeta>
source§impl<'de, SpeciesMeta> Deserialize<'de> for AllSpecies<SpeciesMeta>where
SpeciesMeta: Deserialize<'de>,
impl<'de, SpeciesMeta> Deserialize<'de> for AllSpecies<SpeciesMeta>where
SpeciesMeta: Deserialize<'de>,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a, SpeciesMeta> Index<&'a Species> for AllSpecies<SpeciesMeta>
impl<'a, SpeciesMeta> Index<&'a Species> for AllSpecies<SpeciesMeta>
source§impl<'a, SpeciesMeta: 'a> IntoIterator for &'a AllSpecies<SpeciesMeta>
impl<'a, SpeciesMeta: 'a> IntoIterator for &'a AllSpecies<SpeciesMeta>
Auto Trait Implementations§
impl<SpeciesMeta> Freeze for AllSpecies<SpeciesMeta>where
SpeciesMeta: Freeze,
impl<SpeciesMeta> RefUnwindSafe for AllSpecies<SpeciesMeta>where
SpeciesMeta: RefUnwindSafe,
impl<SpeciesMeta> Send for AllSpecies<SpeciesMeta>where
SpeciesMeta: Send,
impl<SpeciesMeta> Sync for AllSpecies<SpeciesMeta>where
SpeciesMeta: Sync,
impl<SpeciesMeta> Unpin for AllSpecies<SpeciesMeta>where
SpeciesMeta: Unpin,
impl<SpeciesMeta> UnwindSafe for AllSpecies<SpeciesMeta>where
SpeciesMeta: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more