[−][src]Struct df_st_core::df_world::creature::CreatureBiome
The Biomes the creature will appear in.
Fields
cr_id: i32
desert_badland: Option<bool>
desert_rock: Option<bool>
desert_sand: Option<bool>
forest_taiga: Option<bool>
forest_temperate_broadleaf: Option<bool>
forest_temperate_conifer: Option<bool>
forest_tropical_conifer: Option<bool>
forest_tropical_dry_broadleaf: Option<bool>
forest_tropical_moist_broadleaf: Option<bool>
glacier: Option<bool>
grassland_temperate: Option<bool>
grassland_tropical: Option<bool>
lake_temperate_brackishwater: Option<bool>
lake_temperate_freshwater: Option<bool>
lake_temperate_saltwater: Option<bool>
lake_tropical_brackishwater: Option<bool>
lake_tropical_freshwater: Option<bool>
lake_tropical_saltwater: Option<bool>
marsh_temperate_freshwater: Option<bool>
marsh_temperate_saltwater: Option<bool>
marsh_tropical_freshwater: Option<bool>
marsh_tropical_saltwater: Option<bool>
mountain: Option<bool>
ocean_arctic: Option<bool>
ocean_temperate: Option<bool>
ocean_tropical: Option<bool>
pool_temperate_brackishwater: Option<bool>
pool_temperate_freshwater: Option<bool>
pool_temperate_saltwater: Option<bool>
pool_tropical_brackishwater: Option<bool>
pool_tropical_freshwater: Option<bool>
pool_tropical_saltwater: Option<bool>
river_temperate_brackishwater: Option<bool>
river_temperate_freshwater: Option<bool>
river_temperate_saltwater: Option<bool>
river_tropical_brackishwater: Option<bool>
river_tropical_freshwater: Option<bool>
river_tropical_saltwater: Option<bool>
savanna_temperate: Option<bool>
savanna_tropical: Option<bool>
shrubland_temperate: Option<bool>
shrubland_tropical: Option<bool>
subterranean_chasm: Option<bool>
subterranean_lava: Option<bool>
subterranean_water: Option<bool>
swamp_mangrove: Option<bool>
swamp_temperate_freshwater: Option<bool>
swamp_temperate_saltwater: Option<bool>
swamp_tropical_freshwater: Option<bool>
swamp_tropical_saltwater: Option<bool>
tundra: Option<bool>
Implementations
impl CreatureBiome
[src]
Trait Implementations
impl Clone for CreatureBiome
[src]
fn clone(&self) -> CreatureBiome
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for CreatureBiome
[src]
impl Default for CreatureBiome
[src]
fn default() -> CreatureBiome
[src]
impl<'de> Deserialize<'de> for CreatureBiome
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Fillable for CreatureBiome
[src]
impl Filler<CreatureBiome, CreatureBiome> for CreatureBiome
[src]
fn add_missing_data(&mut self, source: &CreatureBiome)
[src]
fn never_replace_data(&mut self, source: &CreatureBiome)
[src]
fn replace_data(&mut self, source: &CreatureBiome)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn check_mergeable(&self, source: &S) -> bool where
Self: Debug + Default + PartialEq<Self>,
S: PartialEq<Self> + Debug,
[src]
Self: Debug + Default + PartialEq<Self>,
S: PartialEq<Self> + Debug,
impl<__S> GraphQLType<__S> for CreatureBiome where
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
[src]
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
type Context = ()
The expected context type for this GraphQL type Read more
type TypeInfo = ()
Type that may carry additional schema information Read more
fn name(_: &Self::TypeInfo) -> Option<&str>
[src]
fn meta<'r>(
info: &Self::TypeInfo,
registry: &mut Registry<'r, __S>
) -> MetaType<'r, __S> where
__S: 'r,
&'z __S: ScalarRefValue<'z>,
[src]
info: &Self::TypeInfo,
registry: &mut Registry<'r, __S>
) -> MetaType<'r, __S> where
__S: 'r,
&'z __S: ScalarRefValue<'z>,
fn resolve_field(
&self,
_info: &(),
field: &str,
args: &Arguments<'_, __S>,
executor: &Executor<'_, Self::Context, __S>
) -> ExecutionResult<__S>
[src]
&self,
_info: &(),
field: &str,
args: &Arguments<'_, __S>,
executor: &Executor<'_, Self::Context, __S>
) -> ExecutionResult<__S>
fn concrete_type_name(&self, _: &Self::Context, _: &Self::TypeInfo) -> String
[src]
fn resolve_into_type(
&self,
info: &Self::TypeInfo,
type_name: &str,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Result<Value<S>, FieldError<S>>
[src]
&self,
info: &Self::TypeInfo,
type_name: &str,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Result<Value<S>, FieldError<S>>
fn resolve(
&self,
info: &Self::TypeInfo,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Value<S>
[src]
&self,
info: &Self::TypeInfo,
selection_set: Option<&[Selection<'_, S>]>,
executor: &Executor<'_, Self::Context, S>
) -> Value<S>
impl Hash for CreatureBiome
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl JsonSchema for CreatureBiome
[src]
fn schema_name() -> String
[src]
fn json_schema(gen: &mut SchemaGenerator) -> Schema
[src]
fn is_referenceable() -> bool
impl PartialEq<CreatureBiome> for CreatureBiome
[src]
fn eq(&self, other: &CreatureBiome) -> bool
[src]
fn ne(&self, other: &CreatureBiome) -> bool
[src]
impl SchemaExample for CreatureBiome
[src]
impl Serialize for CreatureBiome
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for CreatureBiome
[src]
Auto Trait Implementations
impl RefUnwindSafe for CreatureBiome
impl Send for CreatureBiome
impl Sync for CreatureBiome
impl Unpin for CreatureBiome
impl UnwindSafe for CreatureBiome
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> DynClone for T where
T: Clone,
[src]
T: Clone,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,