pub struct Summoner {
pub id: String,
pub account_id: String,
pub puuid: String,
pub name: String,
pub profile_icon_id: u32,
pub revision_date: i64,
pub summoner_level: u32,
}Fields§
§id: String§account_id: String§puuid: String§name: String§profile_icon_id: u32§revision_date: i64§summoner_level: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for Summoner
impl<'de> Deserialize<'de> for Summoner
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 Summoner
impl RefUnwindSafe for Summoner
impl Send for Summoner
impl Sync for Summoner
impl Unpin for Summoner
impl UnwindSafe for Summoner
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