pub struct SummonerSpells {
pub summoner_spell_one: SummonerSpell,
pub summoner_spell_two: SummonerSpell,
}Fields§
§summoner_spell_one: SummonerSpell§summoner_spell_two: SummonerSpellTrait Implementations§
Source§impl Clone for SummonerSpells
impl Clone for SummonerSpells
Source§fn clone(&self) -> SummonerSpells
fn clone(&self) -> SummonerSpells
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SummonerSpells
impl Debug for SummonerSpells
Source§impl<'de> Deserialize<'de> for SummonerSpells
impl<'de> Deserialize<'de> for SummonerSpells
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 SummonerSpells
impl PartialEq for SummonerSpells
Source§fn eq(&self, other: &SummonerSpells) -> bool
fn eq(&self, other: &SummonerSpells) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SummonerSpells
Auto Trait Implementations§
impl Freeze for SummonerSpells
impl RefUnwindSafe for SummonerSpells
impl Send for SummonerSpells
impl Sync for SummonerSpells
impl Unpin for SummonerSpells
impl UnsafeUnpin for SummonerSpells
impl UnwindSafe for SummonerSpells
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