pub struct Variety {
pub is_default: bool,
pub pokemon: Resource,
}Fields§
§is_default: bool§pokemon: ResourceTrait Implementations§
Source§impl<'de> Deserialize<'de> for Variety
impl<'de> Deserialize<'de> for Variety
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
impl StructuralPartialEq for Variety
Auto Trait Implementations§
impl Freeze for Variety
impl RefUnwindSafe for Variety
impl Send for Variety
impl Sync for Variety
impl Unpin for Variety
impl UnwindSafe for Variety
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