pub struct Puzzle {
pub id: PuzzleId,
pub q1: Option<String>,
pub q2: Option<String>,
pub a1: Option<String>,
pub a2: Option<String>,
}Fields§
§id: PuzzleId§q1: Option<String>§q2: Option<String>§a1: Option<String>§a2: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Puzzle
impl RefUnwindSafe for Puzzle
impl Send for Puzzle
impl Sync for Puzzle
impl Unpin for Puzzle
impl UnwindSafe for Puzzle
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