pub struct BroadcastPlayerWithFed {
pub name: String,
pub title: Option<Title>,
pub rating: Option<i32>,
pub fide_id: Option<i64>,
pub team: Option<String>,
pub fed: Option<String>,
}Fields§
§name: String§title: Option<Title>§rating: Option<i32>§fide_id: Option<i64>§team: Option<String>§fed: Option<String>Trait Implementations§
Source§impl Clone for BroadcastPlayerWithFed
impl Clone for BroadcastPlayerWithFed
Source§fn clone(&self) -> BroadcastPlayerWithFed
fn clone(&self) -> BroadcastPlayerWithFed
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 BroadcastPlayerWithFed
impl Debug for BroadcastPlayerWithFed
Source§impl<'de> Deserialize<'de> for BroadcastPlayerWithFed
impl<'de> Deserialize<'de> for BroadcastPlayerWithFed
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 BroadcastPlayerWithFed
impl RefUnwindSafe for BroadcastPlayerWithFed
impl Send for BroadcastPlayerWithFed
impl Sync for BroadcastPlayerWithFed
impl Unpin for BroadcastPlayerWithFed
impl UnsafeUnpin for BroadcastPlayerWithFed
impl UnwindSafe for BroadcastPlayerWithFed
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