pub struct GetMatchIdsOpts {
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub queue: Option<i16>,
pub game_type: Option<GameType>,
pub start: Option<i16>,
pub count: Option<u8>,
}Fields§
§start_time: Option<u64>§end_time: Option<u64>§queue: Option<i16>§game_type: Option<GameType>§start: Option<i16>§count: Option<u8>Auto Trait Implementations§
impl Freeze for GetMatchIdsOpts
impl RefUnwindSafe for GetMatchIdsOpts
impl Send for GetMatchIdsOpts
impl Sync for GetMatchIdsOpts
impl Unpin for GetMatchIdsOpts
impl UnwindSafe for GetMatchIdsOpts
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