pub struct BroadcastPlayerEntry {Show 13 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>,
}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>Trait Implementations§
Source§impl Clone for BroadcastPlayerEntry
impl Clone for BroadcastPlayerEntry
Source§fn clone(&self) -> BroadcastPlayerEntry
fn clone(&self) -> BroadcastPlayerEntry
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 Debug for BroadcastPlayerEntry
impl Debug for BroadcastPlayerEntry
Source§impl<'de> Deserialize<'de> for BroadcastPlayerEntry
impl<'de> Deserialize<'de> for BroadcastPlayerEntry
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 BroadcastPlayerEntry
impl RefUnwindSafe for BroadcastPlayerEntry
impl Send for BroadcastPlayerEntry
impl Sync for BroadcastPlayerEntry
impl Unpin for BroadcastPlayerEntry
impl UnsafeUnpin for BroadcastPlayerEntry
impl UnwindSafe for BroadcastPlayerEntry
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