Struct miHoYo_API::model::hoyolab::record::RecordCard
source · pub struct RecordCard {Show 13 fields
pub has_role: bool,
pub game_id: i32,
pub game_role_id: String,
pub nickname: String,
pub region: String,
pub level: i8,
pub background_image: String,
pub is_public: bool,
pub data: Vec<RecordData>,
pub server_name: String,
pub url: String,
pub data_switches: Vec<DataSwitch>,
pub background_color: String,
}Fields§
§has_role: bool§game_id: i32§game_role_id: String§nickname: String§region: String§level: i8§background_image: String§is_public: bool§data: Vec<RecordData>§server_name: String§url: String§data_switches: Vec<DataSwitch>§background_color: StringTrait Implementations§
source§impl Debug for RecordCard
impl Debug for RecordCard
source§impl<'de> Deserialize<'de> for RecordCard
impl<'de> Deserialize<'de> for RecordCard
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 RecordCard
impl Send for RecordCard
impl Sync for RecordCard
impl Unpin for RecordCard
impl UnwindSafe for RecordCard
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