pub struct InlineResponse2004 {
pub games: Vec<CompletedGame>,
}
Fields§
§games: Vec<CompletedGame>
List of Live and Daily Chess games that a player has finished
Implementations§
Source§impl InlineResponse2004
impl InlineResponse2004
pub fn new(games: Vec<CompletedGame>) -> InlineResponse2004
Trait Implementations§
Source§impl Clone for InlineResponse2004
impl Clone for InlineResponse2004
Source§fn clone(&self) -> InlineResponse2004
fn clone(&self) -> InlineResponse2004
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 InlineResponse2004
impl Debug for InlineResponse2004
Source§impl<'de> Deserialize<'de> for InlineResponse2004
impl<'de> Deserialize<'de> for InlineResponse2004
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 PartialEq for InlineResponse2004
impl PartialEq for InlineResponse2004
Source§impl Serialize for InlineResponse2004
impl Serialize for InlineResponse2004
impl StructuralPartialEq for InlineResponse2004
Auto Trait Implementations§
impl Freeze for InlineResponse2004
impl RefUnwindSafe for InlineResponse2004
impl Send for InlineResponse2004
impl Sync for InlineResponse2004
impl Unpin for InlineResponse2004
impl UnwindSafe for InlineResponse2004
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