Struct miHoYo_API::model::starrail::rogue::CurrentRecord
source · pub struct CurrentRecord {
pub basic: CurrentRecordBasic,
pub records: Value,
pub has_data: bool,
pub best_record: Option<BestRecord>,
}Fields§
§basic: CurrentRecordBasic§records: Value§has_data: bool§best_record: Option<BestRecord>Trait Implementations§
source§impl Debug for CurrentRecord
impl Debug for CurrentRecord
source§impl<'de> Deserialize<'de> for CurrentRecord
impl<'de> Deserialize<'de> for CurrentRecord
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 CurrentRecord
impl Send for CurrentRecord
impl Sync for CurrentRecord
impl Unpin for CurrentRecord
impl UnwindSafe for CurrentRecord
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