pub struct JigPlaySessionCardQuizRound {
pub card_index: usize,
pub failed_tries: u16,
}
Expand description
Fields§
§card_index: usize
index of card
failed_tries: u16
unsuccessful try count
Trait Implementations§
Source§impl Clone for JigPlaySessionCardQuizRound
impl Clone for JigPlaySessionCardQuizRound
Source§fn clone(&self) -> JigPlaySessionCardQuizRound
fn clone(&self) -> JigPlaySessionCardQuizRound
Returns a copy 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 JigPlaySessionCardQuizRound
impl Debug for JigPlaySessionCardQuizRound
Source§impl<'de> Deserialize<'de> for JigPlaySessionCardQuizRound
impl<'de> Deserialize<'de> for JigPlaySessionCardQuizRound
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 Hash for JigPlaySessionCardQuizRound
impl Hash for JigPlaySessionCardQuizRound
Auto Trait Implementations§
impl Freeze for JigPlaySessionCardQuizRound
impl RefUnwindSafe for JigPlaySessionCardQuizRound
impl Send for JigPlaySessionCardQuizRound
impl Sync for JigPlaySessionCardQuizRound
impl Unpin for JigPlaySessionCardQuizRound
impl UnwindSafe for JigPlaySessionCardQuizRound
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