pub struct AllSpecies<SpeciesMeta> {Show 31 fields
    pub gnome: SpeciesMeta,
    pub sahagin: SpeciesMeta,
    pub adlet: SpeciesMeta,
    pub gnarling: SpeciesMeta,
    pub mandragora: SpeciesMeta,
    pub kappa: SpeciesMeta,
    pub cactid: SpeciesMeta,
    pub gnoll: SpeciesMeta,
    pub haniwa: SpeciesMeta,
    pub myrmidon: SpeciesMeta,
    pub husk: SpeciesMeta,
    pub boreal: SpeciesMeta,
    pub bushly: SpeciesMeta,
    pub irrwurz: SpeciesMeta,
    pub iron_dwarf: SpeciesMeta,
    pub flamekeeper: SpeciesMeta,
    pub shamanic_spirit: SpeciesMeta,
    pub jiangshi: SpeciesMeta,
    pub treasure_egg: SpeciesMeta,
    pub gnarling_chieftain: SpeciesMeta,
    pub bloodmoon_heiress: SpeciesMeta,
    pub bloodservant: SpeciesMeta,
    pub harlequin: SpeciesMeta,
    pub goblin_thug: SpeciesMeta,
    pub goblin_chucker: SpeciesMeta,
    pub goblin_ruffian: SpeciesMeta,
    pub green_legoom: SpeciesMeta,
    pub ochre_legoom: SpeciesMeta,
    pub purple_legoom: SpeciesMeta,
    pub red_legoom: SpeciesMeta,
    pub ashen: SpeciesMeta,
}Expand description
Data representing per-species generic data.
Fields§
§gnome: SpeciesMeta§sahagin: SpeciesMeta§adlet: SpeciesMeta§gnarling: SpeciesMeta§mandragora: SpeciesMeta§kappa: SpeciesMeta§cactid: SpeciesMeta§gnoll: SpeciesMeta§haniwa: SpeciesMeta§myrmidon: SpeciesMeta§husk: SpeciesMeta§boreal: SpeciesMeta§bushly: SpeciesMeta§irrwurz: SpeciesMeta§iron_dwarf: SpeciesMeta§flamekeeper: SpeciesMeta§shamanic_spirit: SpeciesMeta§jiangshi: SpeciesMeta§treasure_egg: SpeciesMeta§gnarling_chieftain: SpeciesMeta§bloodmoon_heiress: SpeciesMeta§bloodservant: SpeciesMeta§harlequin: SpeciesMeta§goblin_thug: SpeciesMeta§goblin_chucker: SpeciesMeta§goblin_ruffian: SpeciesMeta§green_legoom: SpeciesMeta§ochre_legoom: SpeciesMeta§purple_legoom: SpeciesMeta§red_legoom: SpeciesMeta§ashen: SpeciesMetaTrait Implementations§
Source§impl<SpeciesMeta> Clone for AllSpecies<SpeciesMeta>where
    SpeciesMeta: Clone,
 
impl<SpeciesMeta> Clone for AllSpecies<SpeciesMeta>where
    SpeciesMeta: Clone,
Source§fn clone(&self) -> AllSpecies<SpeciesMeta>
 
fn clone(&self) -> AllSpecies<SpeciesMeta>
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<SpeciesMeta> Debug for AllSpecies<SpeciesMeta>where
    SpeciesMeta: Debug,
 
impl<SpeciesMeta> Debug for AllSpecies<SpeciesMeta>where
    SpeciesMeta: Debug,
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<AllSpecies<SpeciesMeta>, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(
    __deserializer: __D,
) -> Result<AllSpecies<SpeciesMeta>, <__D as Deserializer<'de>>::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> IntoIterator for &'a AllSpecies<SpeciesMeta>where
    SpeciesMeta: 'a,
 
impl<'a, SpeciesMeta> IntoIterator for &'a AllSpecies<SpeciesMeta>where
    SpeciesMeta: 'a,
Source§type IntoIter = Copied<Iter<'static, <&'a AllSpecies<SpeciesMeta> as IntoIterator>::Item>>
 
type IntoIter = Copied<Iter<'static, <&'a AllSpecies<SpeciesMeta> as IntoIterator>::Item>>
Which kind of iterator are we turning this into?
Source§fn into_iter(self) -> <&'a AllSpecies<SpeciesMeta> as IntoIterator>::IntoIter
 
fn into_iter(self) -> <&'a AllSpecies<SpeciesMeta> as IntoIterator>::IntoIter
Creates an iterator from a value. Read more
Source§impl<SpeciesMeta> Serialize for AllSpecies<SpeciesMeta>where
    SpeciesMeta: Serialize,
 
impl<SpeciesMeta> Serialize for AllSpecies<SpeciesMeta>where
    SpeciesMeta: Serialize,
Source§fn serialize<__S>(
    &self,
    __serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>(
    &self,
    __serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
Serialize this value into the given Serde serializer. Read more
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,
§impl<C, M> ConvertSaveload<M> for C
 
impl<C, M> ConvertSaveload<M> for C
§type Error = Infallible
 
type Error = Infallible
Error may occur during serialization or deserialization of component
§fn convert_into<F>(
    &self,
    _: F,
) -> Result<<C as ConvertSaveload<M>>::Data, <C as ConvertSaveload<M>>::Error>
 
fn convert_into<F>( &self, _: F, ) -> Result<<C as ConvertSaveload<M>>::Data, <C as ConvertSaveload<M>>::Error>
Convert this data type into serializable form (
Data) using
entity to marker mapping function§fn convert_from<F>(
    data: <C as ConvertSaveload<M>>::Data,
    _: F,
) -> Result<C, <C as ConvertSaveload<M>>::Error>
 
fn convert_from<F>( data: <C as ConvertSaveload<M>>::Data, _: F, ) -> Result<C, <C as ConvertSaveload<M>>::Error>
Convert this data from a deserializable form (
Data) using
entity to marker mapping function§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