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