Struct pokeapi_client::species::EvolutionChain
source · pub struct EvolutionChain {
pub url: String,
}Fields§
§url: StringTrait Implementations§
source§impl Clone for EvolutionChain
impl Clone for EvolutionChain
source§fn clone(&self) -> EvolutionChain
fn clone(&self) -> EvolutionChain
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EvolutionChain
impl Debug for EvolutionChain
source§impl Default for EvolutionChain
impl Default for EvolutionChain
source§fn default() -> EvolutionChain
fn default() -> EvolutionChain
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EvolutionChain
impl<'de> Deserialize<'de> for EvolutionChain
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 PartialEq for EvolutionChain
impl PartialEq for EvolutionChain
source§fn eq(&self, other: &EvolutionChain) -> bool
fn eq(&self, other: &EvolutionChain) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EvolutionChain
impl Serialize for EvolutionChain
impl StructuralPartialEq for EvolutionChain
Auto Trait Implementations§
impl RefUnwindSafe for EvolutionChain
impl Send for EvolutionChain
impl Sync for EvolutionChain
impl Unpin for EvolutionChain
impl UnwindSafe for EvolutionChain
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