Struct lichess_api::model::puzzles::activity::PuzzleRoundJson
source · pub struct PuzzleRoundJson {
pub date: u64,
pub win: bool,
pub puzzle: Puzzle,
}Fields§
§date: u64§win: bool§puzzle: PuzzleTrait Implementations§
source§impl Clone for PuzzleRoundJson
impl Clone for PuzzleRoundJson
source§fn clone(&self) -> PuzzleRoundJson
fn clone(&self) -> PuzzleRoundJson
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 PuzzleRoundJson
impl Debug for PuzzleRoundJson
source§impl<'de> Deserialize<'de> for PuzzleRoundJson
impl<'de> Deserialize<'de> for PuzzleRoundJson
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
Auto Trait Implementations§
impl RefUnwindSafe for PuzzleRoundJson
impl Send for PuzzleRoundJson
impl Sync for PuzzleRoundJson
impl Unpin for PuzzleRoundJson
impl UnwindSafe for PuzzleRoundJson
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