pub struct PokemonFormSprites {
pub front_default: String,
pub front_shiny: String,
pub back_default: String,
pub back_shiny: String,
}Fields§
§front_default: String§front_shiny: String§back_default: String§back_shiny: StringTrait Implementations§
Source§impl Debug for PokemonFormSprites
impl Debug for PokemonFormSprites
Source§impl<'de> Deserialize<'de> for PokemonFormSprites
impl<'de> Deserialize<'de> for PokemonFormSprites
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
Auto Trait Implementations§
impl Freeze for PokemonFormSprites
impl RefUnwindSafe for PokemonFormSprites
impl Send for PokemonFormSprites
impl Sync for PokemonFormSprites
impl Unpin for PokemonFormSprites
impl UnwindSafe for PokemonFormSprites
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