pub struct CorrespondenceMoves {
pub nb: u32,
pub games: Vec<UserActivityCorrespondenceGame>,
}Fields§
§nb: u32§games: Vec<UserActivityCorrespondenceGame>Trait Implementations§
Source§impl Clone for CorrespondenceMoves
impl Clone for CorrespondenceMoves
Source§fn clone(&self) -> CorrespondenceMoves
fn clone(&self) -> CorrespondenceMoves
Returns a duplicate 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 CorrespondenceMoves
impl Debug for CorrespondenceMoves
Source§impl<'de> Deserialize<'de> for CorrespondenceMoves
impl<'de> Deserialize<'de> for CorrespondenceMoves
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 Freeze for CorrespondenceMoves
impl RefUnwindSafe for CorrespondenceMoves
impl Send for CorrespondenceMoves
impl Sync for CorrespondenceMoves
impl Unpin for CorrespondenceMoves
impl UnwindSafe for CorrespondenceMoves
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