pub struct LeagueEntry {}Fields§
§league_id: String§queue_type: String§tier: String§rank: String§summoner_id: String§summoner_name: String§league_points: i64§wins: i64§losses: i64§veteran: bool§inactive: bool§fresh_blood: bool§hot_streak: boolTrait Implementations§
Source§impl Clone for LeagueEntry
impl Clone for LeagueEntry
Source§fn clone(&self) -> LeagueEntry
fn clone(&self) -> LeagueEntry
Returns a duplicate 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 LeagueEntry
impl Debug for LeagueEntry
Source§impl Default for LeagueEntry
impl Default for LeagueEntry
Source§fn default() -> LeagueEntry
fn default() -> LeagueEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LeagueEntry
impl<'de> Deserialize<'de> for LeagueEntry
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 LeagueEntry
impl PartialEq for LeagueEntry
Source§impl Serialize for LeagueEntry
impl Serialize for LeagueEntry
impl StructuralPartialEq for LeagueEntry
Auto Trait Implementations§
impl Freeze for LeagueEntry
impl RefUnwindSafe for LeagueEntry
impl Send for LeagueEntry
impl Sync for LeagueEntry
impl Unpin for LeagueEntry
impl UnwindSafe for LeagueEntry
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