pub struct GetQuery {Show 13 fields
pub base: Base,
pub since: Option<u64>,
pub until: Option<u64>,
pub max: u64,
pub vs: Option<String>,
pub rated: Option<bool>,
pub perf_type: Option<PerfType>,
pub color: Option<Color>,
pub analysed: Option<bool>,
pub ongoing: Option<bool>,
pub finished: Option<bool>,
pub last_fen: Option<bool>,
pub sort: Option<Sort>,
}Fields§
§base: Base§since: Option<u64>§until: Option<u64>§max: u64§vs: Option<String>§rated: Option<bool>§perf_type: Option<PerfType>§color: Option<Color>§analysed: Option<bool>§ongoing: Option<bool>§finished: Option<bool>§last_fen: Option<bool>§sort: Option<Sort>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetQuery
impl RefUnwindSafe for GetQuery
impl Send for GetQuery
impl Sync for GetQuery
impl Unpin for GetQuery
impl UnwindSafe for GetQuery
Blanket Implementations§
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