pub struct PgnStreamQuery {
pub clocks: Option<bool>,
pub comments: Option<bool>,
}Fields§
§clocks: Option<bool>§comments: Option<bool>Trait Implementations§
Source§impl Clone for PgnStreamQuery
impl Clone for PgnStreamQuery
Source§fn clone(&self) -> PgnStreamQuery
fn clone(&self) -> PgnStreamQuery
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 PgnStreamQuery
impl Debug for PgnStreamQuery
Source§impl Default for PgnStreamQuery
impl Default for PgnStreamQuery
Source§fn default() -> PgnStreamQuery
fn default() -> PgnStreamQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PgnStreamQuery
impl RefUnwindSafe for PgnStreamQuery
impl Send for PgnStreamQuery
impl Sync for PgnStreamQuery
impl Unpin for PgnStreamQuery
impl UnsafeUnpin for PgnStreamQuery
impl UnwindSafe for PgnStreamQuery
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