pub struct BroadcastPlayerEntryWithFideAndGames {Show 15 fields
pub name: String,
pub title: Option<Title>,
pub rating: Option<i32>,
pub fide_id: Option<i64>,
pub team: Option<String>,
pub fed: Option<String>,
pub score: Option<f64>,
pub played: Option<i32>,
pub rating_diffs: Option<StatByFideTC>,
pub ratings_map: Option<StatByFideTC>,
pub performances: Option<StatByFideTC>,
pub tiebreaks: Option<Vec<BroadcastPlayerTiebreak>>,
pub rank: Option<i32>,
pub fide: Option<BroadcastPlayerFideInfo>,
pub games: Option<Vec<BroadcastGameEntry>>,
}Fields§
§name: String§title: Option<Title>§rating: Option<i32>§fide_id: Option<i64>§team: Option<String>§fed: Option<String>§score: Option<f64>§played: Option<i32>§rating_diffs: Option<StatByFideTC>§ratings_map: Option<StatByFideTC>§performances: Option<StatByFideTC>§tiebreaks: Option<Vec<BroadcastPlayerTiebreak>>§rank: Option<i32>§fide: Option<BroadcastPlayerFideInfo>§games: Option<Vec<BroadcastGameEntry>>Trait Implementations§
Source§impl Clone for BroadcastPlayerEntryWithFideAndGames
impl Clone for BroadcastPlayerEntryWithFideAndGames
Source§fn clone(&self) -> BroadcastPlayerEntryWithFideAndGames
fn clone(&self) -> BroadcastPlayerEntryWithFideAndGames
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for BroadcastPlayerEntryWithFideAndGames
impl<'de> Deserialize<'de> for BroadcastPlayerEntryWithFideAndGames
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 BroadcastPlayerEntryWithFideAndGames
impl RefUnwindSafe for BroadcastPlayerEntryWithFideAndGames
impl Send for BroadcastPlayerEntryWithFideAndGames
impl Sync for BroadcastPlayerEntryWithFideAndGames
impl Unpin for BroadcastPlayerEntryWithFideAndGames
impl UnsafeUnpin for BroadcastPlayerEntryWithFideAndGames
impl UnwindSafe for BroadcastPlayerEntryWithFideAndGames
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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