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