pub enum Advanced {
Show 53 variants
Feline,
Canine,
Rodent,
Primate,
Bug,
Amphibian,
Reptile,
Fish,
Dragon,
Legendary,
Plasma,
Magma,
Crystal,
Laser,
Tech,
Leaf,
Patch,
Undead,
Star,
Galactic,
Kaiju,
Xeno,
Paper,
Shifter,
Gravity,
Life,
Food,
Death,
Mana,
Bubble,
Seed,
Bean,
Clay,
Steel,
Iron,
Vine,
Tree,
River,
Ocean,
Ember,
Lava,
Spark,
Lightning,
Holy,
Unholy,
Sunrise,
Sunset,
Moonrise,
Moonset,
Tornado,
Breeze,
Blustry,
None,
}
Expand description
Advanced
Variants§
Feline
Feline - Cat type
Canine
Canine - Dog type
Rodent
Rodent - mouse type
Primate
Primate - monkey type
Bug
Bug - creepy crawly type
Amphibian
Amphibian - frog/salamander type
Reptile
Reptile - type
Fish
Fish -
Dragon
Dragon -
Legendary
Legendary -
Plasma
Plasma -
Magma
Magma -
Crystal
Crystal -
Laser
Laser -
Tech
Tech -
Leaf
Leaf -
Patch
Patch -
Undead
Undead -
Star
Star -
Galactic
Galactic -
Kaiju
Kaiju -
Xeno
Xeno -
Paper
Paper -
Shifter
Shifter -
Gravity
Gravity -
Life
Life -
Food
Food -
Death
Death -
Mana
Mana -
Bubble
Bubble -
Seed
Seed -
Bean
Bean -
Clay
Clay -
Steel
Steel -
Iron
Iron -
Vine
Vine -
Tree
Tree -
River
River -
Ocean
Ocean -
Ember
Ember -
Lava
Lava -
Spark
Spark -
Lightning
Lightning -
Holy
Holy -
Unholy
Unholy -
Sunrise
Sunrise -
Sunset
Sunset -
Moonrise
Moonrise -
Moonset
Moonset -
Tornado
Tornado -
Breeze
Breeze -
Blustry
Blustry -
None
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Advanced
impl<'de> Deserialize<'de> for Advanced
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 Random for Advanced
impl Random for Advanced
impl Copy for Advanced
impl Eq for Advanced
impl StructuralPartialEq for Advanced
Auto Trait Implementations§
impl Freeze for Advanced
impl RefUnwindSafe for Advanced
impl Send for Advanced
impl Sync for Advanced
impl Unpin for Advanced
impl UnwindSafe for Advanced
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