Struct miHoYo_API::model::genshin::stats::PartialUser
source · pub struct PartialUser {
pub role: GenshinRole,
pub avatars: Vec<GenshinAvatar>,
pub stats: GenshinStats,
pub city_explorations: Option<Value>,
pub world_explorations: Vec<GenshinWorldExploration>,
pub homes: Vec<GenshinHome>,
pub query_tool_link: String,
pub query_tool_image: String,
}Fields§
§role: GenshinRole§avatars: Vec<GenshinAvatar>§stats: GenshinStats§city_explorations: Option<Value>§world_explorations: Vec<GenshinWorldExploration>§homes: Vec<GenshinHome>§query_tool_link: String§query_tool_image: StringTrait Implementations§
source§impl Debug for PartialUser
impl Debug for PartialUser
source§impl<'de> Deserialize<'de> for PartialUser
impl<'de> Deserialize<'de> for PartialUser
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 RefUnwindSafe for PartialUser
impl Send for PartialUser
impl Sync for PartialUser
impl Unpin for PartialUser
impl UnwindSafe for PartialUser
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