pub struct AbilityPokemon {
pub is_hidden: bool,
pub slot: u32,
pub pokemon: NamedAPIResource,
}Fields§
§slot: u32§pokemon: NamedAPIResourceTrait Implementations§
Source§impl Debug for AbilityPokemon
impl Debug for AbilityPokemon
Source§impl<'de> Deserialize<'de> for AbilityPokemon
impl<'de> Deserialize<'de> for AbilityPokemon
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 AbilityPokemon
impl RefUnwindSafe for AbilityPokemon
impl Send for AbilityPokemon
impl Sync for AbilityPokemon
impl Unpin for AbilityPokemon
impl UnwindSafe for AbilityPokemon
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