pub struct BroadcastPgnPushGame {
pub tags: HashMap<String, String>,
pub moves: Option<i32>,
pub error: Option<String>,
}Fields§
§moves: Option<i32>§error: Option<String>Trait Implementations§
Source§impl Clone for BroadcastPgnPushGame
impl Clone for BroadcastPgnPushGame
Source§fn clone(&self) -> BroadcastPgnPushGame
fn clone(&self) -> BroadcastPgnPushGame
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 BroadcastPgnPushGame
impl Debug for BroadcastPgnPushGame
Source§impl<'de> Deserialize<'de> for BroadcastPgnPushGame
impl<'de> Deserialize<'de> for BroadcastPgnPushGame
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 BroadcastPgnPushGame
impl RefUnwindSafe for BroadcastPgnPushGame
impl Send for BroadcastPgnPushGame
impl Sync for BroadcastPgnPushGame
impl Unpin for BroadcastPgnPushGame
impl UnsafeUnpin for BroadcastPgnPushGame
impl UnwindSafe for BroadcastPgnPushGame
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