pub struct JigPlaySessionFindAnswer {
pub stable_module_id: StableModuleId,
pub items: Vec<JigPlaySessionFindAnswerItem>,
}
Expand description
Drag and drop module
Fields§
§stable_module_id: StableModuleId
related module id
items: Vec<JigPlaySessionFindAnswerItem>
list of rounds for this module
Implementations§
Source§impl JigPlaySessionFindAnswer
impl JigPlaySessionFindAnswer
Sourcepub fn new(stable_module_id: StableModuleId) -> Self
pub fn new(stable_module_id: StableModuleId) -> Self
create new from module id
Trait Implementations§
Source§impl Clone for JigPlaySessionFindAnswer
impl Clone for JigPlaySessionFindAnswer
Source§fn clone(&self) -> JigPlaySessionFindAnswer
fn clone(&self) -> JigPlaySessionFindAnswer
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 JigPlaySessionFindAnswer
impl Debug for JigPlaySessionFindAnswer
Source§impl<'de> Deserialize<'de> for JigPlaySessionFindAnswer
impl<'de> Deserialize<'de> for JigPlaySessionFindAnswer
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 JigPlaySessionModuleGetPointsEarned for JigPlaySessionFindAnswer
impl JigPlaySessionModuleGetPointsEarned for JigPlaySessionFindAnswer
Source§fn get_points_earned(&self) -> PointsEarned
fn get_points_earned(&self) -> PointsEarned
get points earned method
Auto Trait Implementations§
impl Freeze for JigPlaySessionFindAnswer
impl RefUnwindSafe for JigPlaySessionFindAnswer
impl Send for JigPlaySessionFindAnswer
impl Sync for JigPlaySessionFindAnswer
impl Unpin for JigPlaySessionFindAnswer
impl UnwindSafe for JigPlaySessionFindAnswer
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